/* =========================================================
   LA CASA DI AXEL — HOME
   Versione standalone per Cloudflare
   Pulita da dipendenze Squarespace.
   ========================================================= */

:root {
  --axel-dark: #1E1B18;
  --axel-dark-hero: #151311;
  --axel-cream: #F7F3EE;
  --axel-sand: #D8C3A5;
  --axel-green: #6E7C63;
  --axel-brown: #5A4032;
  --axel-soft: #EFE7DC;
  --axel-red: #C0392B;
  --header-height: 74px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--axel-cream);
  color: var(--axel-dark);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  left: 12px;
  top: 12px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: 600 13px/1 'DM Sans', sans-serif;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

/* =========================
   HEADER
   ========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #1E1B18;
  color: #F7F3EE;
  transition: transform .35s ease;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header-inner {
  min-height: var(--header-height);
  padding: 0 2vw;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 24px;
}

.site-title {
  justify-self: start;
  color: #F7F3EE;
  text-decoration: none;
  font-family: 'Averia Libre', 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.desktop-nav a {
  color: rgba(247,243,238,.82);
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .25s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #fff;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-cta,
.mobile-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  background: #F7F3EE;
  color: #1E1B18;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: #F7F3EE;
  transform-origin: center;
  transition: transform .25s ease, opacity .25s ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  background: #1E1B18;
  padding: 16px 24px 26px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.mobile-menu nav {
  display: grid;
}

.mobile-menu nav a {
  padding: 13px 0;
  color: rgba(247,243,238,.86);
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.mobile-menu nav a.active {
  color: #fff;
}

.mobile-menu-cta {
  margin-top: 18px;
  width: 100%;
}

/* Parent palette backgrounds previously supplied by Squarespace */
.section-light {
  position: relative;
  background: #F7F3EE;
}

.section-bright {
  position: relative;
  background: #FFFFFF;
}

.section-slant-bottom {
  padding-bottom: 2vw;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 0 100%);
  margin-bottom: -2vw;
  z-index: 1;
}

/* =========================
   HERO
   ========================= */

.axel-home-hero-v1{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#151311;
  padding:90px 7vw 90px;
}

.axel-home-hero-bg{
  position:absolute;
  inset:0;
  background-image:
  linear-gradient(to top,
  rgba(21,19,17,0.96) 10%,
  rgba(21,19,17,0.72) 45%,
  rgba(21,19,17,0.30) 100%),
  url('https://images.unsplash.com/photo-1517849845537-4d257902454a?q=80&w=1800&auto=format&fit=crop');
  background-size:cover;
  background-position:center center;
  transform:scale(1.04);
  animation:homeHeroZoom 14s ease-in-out infinite alternate;
}

@keyframes homeHeroZoom{
  from{ transform:scale(1.04); }
  to{ transform:scale(1.10); }
}

.axel-home-hero-glow{
  position:absolute;
  width:900px;
  height:900px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(216,195,165,0.14) 0%, rgba(216,195,165,0) 70%);
  top:-320px;
  right:-320px;
  pointer-events:none;
}

.axel-home-hero-content{
  position:relative;
  z-index:2;
  max-width:980px;
}

.axel-home-hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:'DM Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#D8C3A5;
  font-size:11px;
  margin-bottom:28px;
  font-weight:700;
}

.axel-home-hero-eyebrow::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:50%;
  background:#D8C3A5;
}

.axel-home-hero-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(52px,8vw,110px);
  line-height:0.92;
  color:#F7F3EE;
  margin:0 0 34px;
  font-weight:600;
  letter-spacing:-0.05em;
  max-width:980px;
}

.axel-home-hero-title em{
  color:#D8C3A5;
  font-style:italic;
  font-weight:500;
}

.axel-home-hero-text{
  max-width:720px;
  font-family:'DM Sans',sans-serif;
  font-size:18px;
  line-height:2;
  color:rgba(247,243,238,0.76);
  font-weight:300;
  margin-bottom:42px;
}

.axel-home-hero-buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.axel-home-hero-btn-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 34px;
  border-radius:100px;
  background:#F7F3EE;
  color:#1E1B18 !important;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:0.03em;
  text-decoration:none !important;
  transition:all .35s ease;
}

.axel-home-hero-btn-main:hover{
  transform:translateY(-3px);
  background:#ffffff;
}

.axel-home-hero-btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 34px;
  border-radius:100px;
  border:1px solid rgba(247,243,238,0.25);
  color:#F7F3EE !important;
  backdrop-filter:blur(8px);
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:500;
  text-decoration:none !important;
  transition:all .35s ease;
}

.axel-home-hero-btn-outline:hover{
  background:rgba(255,255,255,0.08);
  transform:translateY(-3px);
}

.axel-home-hero-card{
  position:absolute;
  right:7vw;
  bottom:70px;
  z-index:3;
  width:280px;
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,0.08);
}

.axel-home-hero-card-number{
  font-family:'Cormorant Garamond',serif;
  font-size:62px;
  line-height:1;
  color:#F7F3EE;
  margin-bottom:10px;
}

.axel-home-hero-card-text{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.9;
  color:rgba(247,243,238,0.70);
  font-weight:300;
}

.axel-home-hero-scroll{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  z-index:4;
}

.axel-home-hero-line{
  width:1px;
  height:70px;
  background:linear-gradient(to bottom,
  rgba(247,243,238,0),
  rgba(247,243,238,0.7),
  rgba(247,243,238,0));
  animation:homeScroll 2s infinite;
}

@keyframes homeScroll{
  0%{ opacity:0; transform:translateY(-10px); }
  50%{ opacity:1; }
  100%{ opacity:0; transform:translateY(10px); }
}

/* =========================
   URGENT
   ========================= */

.axel-urgent-v2{
  position:relative;
  padding:48px 7vw;
  border-top:1px solid rgba(30,27,24,0.08);
  border-bottom:1px solid rgba(30,27,24,0.08);
  overflow:hidden;
  background:#F7F3EE;
}

.axel-urgent-light{
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(192,57,43,0.06) 0%, rgba(192,57,43,0) 70%);
  right:-220px;
  top:-220px;
  pointer-events:none;
}

.axel-urgent-wrap{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:30px;
}

.axel-urgent-label{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
  padding-right:30px;
  border-right:1px solid rgba(30,27,24,0.10);
}

.axel-urgent-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#C0392B;
  animation:urgentPulse 1.6s ease-in-out infinite;
}

@keyframes urgentPulse{
  0%,100%{ transform:scale(1); opacity:1; }
  50%{ transform:scale(0.5); opacity:0.35; }
}

.axel-urgent-label span{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#C0392B;
  font-weight:700;
  white-space:nowrap;
}

.axel-urgent-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  width:100%;
}

.axel-urgent-card{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:white;
  border:1px solid rgba(30,27,24,0.06);
  padding:24px;
  transition:all .4s ease;
}

.axel-urgent-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(0,0,0,0.05);
}

.axel-urgent-top{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}

.axel-urgent-name{
  font-family:'Cormorant Garamond',serif;
  font-size:32px;
  line-height:0.95;
  color:#1E1B18;
  font-weight:600;
}

.axel-urgent-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:100px;
  background:rgba(192,57,43,0.08);
  color:#C0392B;
  font-family:'DM Sans',sans-serif;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  font-weight:700;
  white-space:nowrap;
  height:fit-content;
}

.axel-urgent-desc{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.8;
  color:#5A4032;
  margin-bottom:22px;
  font-weight:300;
}

.axel-urgent-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.axel-urgent-amount{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  color:#C0392B;
  font-weight:700;
  line-height:1.5;
}

.axel-urgent-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:100px;
  background:#1E1B18;
  color:#F7F3EE !important;
  text-decoration:none !important;
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-weight:700;
  transition:all .3s ease;
  white-space:nowrap;
}

.axel-urgent-btn:hover{
  background:#000;
  transform:translateY(-2px);
}

/* =========================
   STORY
   ========================= */

.axel-story-v1{
  position:relative;
  padding:48px 7vw;
  overflow:hidden;
}

.axel-story-light{
  position:absolute;
  width:700px;
  height:700px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(216,195,165,0.18) 0%, rgba(216,195,165,0) 70%);
  top:-250px;
  left:-250px;
  pointer-events:none;
}

.axel-story-wrap{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center;
}

.axel-story-image-wrap{
  position:relative;
}

.axel-story-image{
  width:100%;
  height:720px;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  box-shadow:0 30px 80px rgba(0,0,0,0.08);
}

.axel-story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 1.4s ease;
}

.axel-story-image:hover img{
  transform:scale(1.05);
}

.axel-story-floating{
  position:absolute;
  right:-40px;
  bottom:40px;
  width:240px;
  padding:26px;
  border-radius:24px;
  background:rgba(255,255,255,0.75);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.axel-story-floating-number{
  font-family:'Cormorant Garamond',serif;
  font-size:56px;
  color:#5A4032;
  line-height:1;
}

.axel-story-floating-text{
  margin-top:8px;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.7;
  color:#5A4032;
}

.axel-story-content{
  max-width:650px;
}

.axel-story-eyebrow{
  font-family:'DM Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#6E7C63;
  font-size:12px;
  margin-bottom:22px;
  font-weight:600;
}

.axel-story-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,3.8vw,58px);
  line-height:1.05;
  color:#1E1B18;
  margin:0 0 34px;
  font-weight:600;
  letter-spacing:-0.03em;
}

.axel-story-title em{
  font-style:italic;
  color:#6E7C63;
  font-weight:500;
}

.axel-story-text{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:2;
  color:#5A4032;
  margin-bottom:26px;
  font-weight:300;
}

.axel-story-features{
  margin-top:38px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.axel-story-feature{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(90,64,50,0.08);
}

.axel-story-feature:last-child{
  border-bottom:none;
}

.axel-story-feature-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#D8C3A5;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:16px;
}

.axel-story-feature-text{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.8;
  color:#5A4032;
}

.axel-story-feature-text strong{
  display:block;
  color:#1E1B18;
  margin-bottom:4px;
  font-weight:600;
}

.axel-story-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:44px;
  padding:16px 34px;
  border-radius:100px;
  background:#1E1B18;
  color:#F7F3EE !important;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  text-decoration:none !important;
  transition:all .35s ease;
}

.axel-story-btn:hover{
  transform:translateY(-4px);
  background:#000;
}

/* =========================
   DOGS
   ========================= */

.axel-dogs-v1{
  position:relative;
  padding:48px 7vw;
  overflow:hidden;
}

.axel-dogs-glow{
  position:absolute;
  width:900px;
  height:900px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(110,124,99,0.10) 0%, rgba(110,124,99,0) 70%);
  top:-350px;
  right:-350px;
  pointer-events:none;
}

.axel-dogs-head{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:30px;
  margin-bottom:70px;
}

.axel-dogs-head-left{
  max-width:1200px;
}

.axel-dogs-eyebrow{
  font-family:'DM Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#6E7C63;
  font-size:12px;
  margin-bottom:22px;
  font-weight:600;
}

.axel-dogs-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,3.8vw,58px);
  line-height:1.05;
  color:#1E1B18;
  margin:0 0 24px;
  font-weight:600;
  letter-spacing:-0.03em;
}

.axel-dogs-title em{
  color:#6E7C63;
  font-style:italic;
  font-weight:500;
}

.axel-dogs-text{
  max-width:1200px;
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.9;
  color:#5A4032;
  font-weight:300;
  margin:0 auto;
}

.axel-dogs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 34px;
  border-radius:100px;
  background:#1E1B18;
  color:#F7F3EE !important;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  text-decoration:none !important;
  transition:all .35s ease;
  white-space:nowrap;
}

.axel-dogs-btn:hover{
  transform:translateY(-4px);
  background:#000;
}

.axel-dogs-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.axel-dog-card{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  height:620px;
  background:#1E1B18;
  box-shadow:0 30px 60px rgba(0,0,0,0.08);
}

.axel-dog-image{
  position:absolute;
  inset:0;
}

.axel-dog-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 1.2s ease;
}

.axel-dog-overlay{
  position:absolute;
  inset:0;
  background:
  linear-gradient(to top,
  rgba(30,27,24,0.96) 5%,
  rgba(30,27,24,0.65) 35%,
  rgba(30,27,24,0.12) 70%);
}

.axel-dog-card:hover img{
  transform:scale(1.08);
}

.axel-dog-content{
  position:absolute;
  left:34px;
  right:34px;
  bottom:34px;
  z-index:3;
}

.axel-dog-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  border-radius:100px;
  background:rgba(255,255,255,0.14);
  backdrop-filter:blur(10px);
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  color:#F7F3EE;
  margin-bottom:18px;
}

.axel-dog-name{
  font-family:'Cormorant Garamond',serif;
  font-size:48px;
  line-height:0.95;
  color:#F7F3EE;
  margin-bottom:14px;
  font-weight:600;
}

.axel-dog-desc{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.9;
  color:rgba(247,243,238,0.75);
  margin-bottom:28px;
  font-weight:300;
}

.axel-dog-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#F7F3EE !important;
  text-decoration:none !important;
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  transition:all .3s ease;
}

.axel-dog-link:hover{
  transform:translateX(6px);
}

.axel-dogs-bottom{
  text-align:center;
  margin-top:50px;
  position:relative;
  z-index:2;
}

/* =========================
   ADOPT
   ========================= */

.axel-adopt-v1{
  position:relative;
  padding:48px 7vw;
  overflow:hidden;
}

.axel-adopt-light{
  position:absolute;
  width:700px;
  height:700px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(110,124,99,0.10) 0%, rgba(110,124,99,0) 70%);
  bottom:-250px;
  right:-250px;
  pointer-events:none;
}

.axel-adopt-head{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:12px;
  margin-bottom:10px;
}

.axel-adopt-eyebrow{
  font-family:'DM Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#6E7C63;
  font-size:12px;
  margin-bottom:10px;
  font-weight:600;
}

.axel-adopt-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,3.8vw,58px);
  line-height:1.05;
  color:#1E1B18;
  margin:0;
  font-weight:600;
  letter-spacing:-0.03em;
}

.axel-adopt-title em{
  color:#6E7C63;
  font-style:italic;
  font-weight:500;
}

.axel-adopt-text{
  max-width:620px;
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.95;
  color:#5A4032;
  font-weight:300;
  opacity:0.80;
  margin:0 auto;
}

.axel-adopt-steps{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}

.axel-adopt-step{
  position:relative;
  padding:20px;
}

.axel-adopt-step:not(:last-child)::after{
  content:'';
  position:absolute;
  top:44px;
  right:0;
  width:1px;
  height:56px;
  background:rgba(90,64,50,0.10);
}

.axel-adopt-step-number{
  font-family:'Cormorant Garamond',serif;
  font-size:64px;
  line-height:1;
  color:rgba(216,195,165,0.45);
  font-weight:600;
  margin-bottom:18px;
  letter-spacing:-0.04em;
}

.axel-adopt-step-icon{
  width:56px;
  height:56px;
  border-radius:50%;
  background:#EFE7DC;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:20px;
}

.axel-adopt-step-title{
  font-family:'Cormorant Garamond',serif;
  font-size:24px;
  line-height:1.1;
  color:#1E1B18;
  margin-bottom:12px;
  font-weight:600;
}

.axel-adopt-step-desc{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.85;
  color:#5A4032;
  font-weight:300;
  opacity:0.80;
}

.axel-adopt-note{
  position:relative;
  z-index:2;
  margin-top:10px;
  padding:36px 42px;
  border-radius:24px;
  background:#EFE7DC;
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.axel-adopt-note-icon{
  font-size:28px;
  flex-shrink:0;
}

.axel-adopt-note-text{
  flex:1;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.9;
  color:#5A4032;
  font-weight:300;
  min-width:200px;
}

.axel-adopt-note-text strong{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:20px;
  color:#1E1B18;
  font-weight:600;
  margin-bottom:10px;
}

.axel-adopt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 32px;
  border-radius:100px;
  background:#1E1B18;
  color:#F7F3EE !important;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  text-decoration:none !important;
  transition:all .35s ease;
  white-space:nowrap;
  flex-shrink:0;
}

.axel-adopt-btn:hover{
  transform:translateY(-3px);
  background:#000;
}

/* =========================
   SUPPORT
   ========================= */

.axel-support-v1{
  position:relative;
  padding:48px 7vw;
  background:#1E1B18;
  overflow:hidden;
}

.axel-support-bg{
  position:absolute;
  inset:0;
  background:
  radial-gradient(circle at top right, rgba(216,195,165,0.12), transparent 40%),
  radial-gradient(circle at bottom left, rgba(110,124,99,0.12), transparent 40%);
  pointer-events:none;
}

.axel-support-head{
  position:relative;
  z-index:2;
  max-width:100%;
  margin-bottom:80px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:60px;
  flex-wrap:wrap;
}

.axel-support-head-left{
  max-width:680px;
}

.axel-support-eyebrow{
  font-family:'DM Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#D8C3A5;
  font-size:12px;
  margin-bottom:22px;
  font-weight:600;
}

.axel-support-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,3.8vw,60px);
  line-height:1.08;
  color:#F7F3EE;
  margin:0 0 28px;
  font-weight:600;
  letter-spacing:-0.03em;
}

.axel-support-title em{
  color:#D8C3A5;
  font-style:italic;
  font-weight:500;
}

.axel-support-text{
  max-width:560px;
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.95;
  color:rgba(247,243,238,0.62);
  font-weight:300;
  margin:0;
}

.axel-support-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.axel-support-card{
  position:relative;
  padding:38px;
  border-radius:28px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.06);
  transition:all .45s ease;
  overflow:hidden;
}

.axel-support-card:hover{
  transform:translateY(-6px);
  border-color:rgba(216,195,165,0.20);
  background:rgba(255,255,255,0.05);
}

.axel-support-card::before{
  content:'';
  position:absolute;
  width:300px;
  height:300px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(216,195,165,0.08), transparent 70%);
  top:-150px;
  right:-150px;
  opacity:0;
  transition:opacity .5s ease;
}

.axel-support-card:hover::before{
  opacity:1;
}

.axel-support-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:rgba(216,195,165,0.10);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:24px;
}

.axel-support-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  line-height:1.1;
  color:#F7F3EE;
  margin:0 0 14px;
  font-weight:600;
}

.axel-support-card p{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.9;
  color:rgba(247,243,238,0.60);
  margin:0 0 26px;
  font-weight:300;
}

.axel-support-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#D8C3A5 !important;
  text-decoration:none !important;
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.10em;
  transition:all .3s ease;
}

.axel-support-link:hover{
  transform:translateX(6px);
}

.axel-support-bottom{
  position:relative;
  z-index:2;
  margin-top:70px;
  padding:56px 60px;
  border-radius:34px;
  background:linear-gradient(135deg, #D8C3A5 0%, #B89C79 100%);
  overflow:hidden;
}

.axel-support-bottom::before{
  content:'';
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(255,255,255,0.08);
  right:-200px;
  top:-200px;
}

.axel-support-bottom-wrap{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  flex-wrap:wrap;
}

.axel-support-bottom h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(34px,3.5vw,48px);
  line-height:1.05;
  color:#1E1B18;
  margin:0 0 14px;
  font-weight:600;
  letter-spacing:-0.02em;
}

.axel-support-bottom p{
  max-width:560px;
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.9;
  color:rgba(61,48,40,0.80);
  margin: 0;
}

.axel-support-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 36px;
  border-radius:100px;
  background:#1E1B18;
  color:#F7F3EE !important;
  text-decoration:none !important;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  transition:all .35s ease;
  white-space:nowrap;
}

.axel-support-btn:hover{
  transform:translateY(-4px);
  background:#000;
}

/* =========================
   REVIEWS
   ========================= */

.axel-reviews-v1{
  position:relative;
  padding:48px 7vw;
  overflow:hidden;
}

.axel-reviews-light{
  position:absolute;
  width:900px;
  height:900px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(216,195,165,0.18) 0%, rgba(216,195,165,0) 70%);
  left:-350px;
  bottom:-350px;
  pointer-events:none;
}

.axel-reviews-head{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:24px;
  margin-bottom:70px;
}

.axel-reviews-head-left{
  max-width:1200px;
}

.axel-reviews-eyebrow{
  font-family:'DM Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#6E7C63;
  font-size:12px;
  margin-bottom:22px;
  font-weight:600;
}

.axel-reviews-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,3.8vw,58px);
  line-height:1.05;
  color:#1E1B18;
  margin:0;
  font-weight:600;
  letter-spacing:-0.03em;
}

.axel-reviews-title em{
  color:#6E7C63;
  font-style:italic;
  font-weight:500;
}

.axel-reviews-text{
  max-width:1200px;
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.95;
  color:#5A4032;
  font-weight:300;
  opacity:0.80;
  margin:0 auto;
}

.axel-reviews-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.axel-review-card{
  position:relative;
  padding:36px;
  border-radius:28px;
  background:white;
  box-shadow:0 20px 50px rgba(0,0,0,0.04);
  transition:all .45s ease;
  overflow:hidden;
}

.axel-review-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 70px rgba(0,0,0,0.08);
}

.axel-review-card::before{
  content:'"';
  position:absolute;
  top:20px;
  right:28px;
  font-family:'Cormorant Garamond',serif;
  font-size:100px;
  line-height:1;
  color:rgba(216,195,165,0.15);
}

.axel-review-user{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:28px;
}

.axel-review-avatar{
  width:56px;
  height:56px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
}

.axel-review-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.axel-review-user-info h4{
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  line-height:1;
  color:#1E1B18;
  margin:0 0 6px;
  font-weight:600;
}

.axel-review-user-info span{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  color:#6E7C63;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.axel-review-text{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:2;
  color:#5A4032;
  font-weight:300;
}

.axel-reviews-quote{
  position:relative;
  z-index:2;
  margin-top:80px;
  padding-top:60px;
  border-top:1px solid rgba(90,64,50,0.08);
  text-align:center;
}

.axel-reviews-quote blockquote{
  max-width:900px;
  margin:0 auto;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(32px,3vw,50px);
  line-height:1.1;
  color:#1E1B18;
  font-weight:500;
  letter-spacing:-0.03em;
}

.axel-reviews-quote em{
  color:#6E7C63;
  font-style:italic;
}

/* =========================
   FINAL CTA
   ========================= */

.axel-final-v1{
  position:relative;
  min-height:90vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:130px 7vw;
  overflow:hidden;
  background:#1E1B18;
}

.axel-final-bg{
  position:absolute;
  inset:0;
  background-image:
  linear-gradient(to top,
  rgba(30,27,24,0.92) 10%,
  rgba(30,27,24,0.65) 50%,
  rgba(30,27,24,0.40) 100%),
  url('https://images.unsplash.com/photo-1518717758536-85ae29035b6d?q=80&w=1800&auto=format&fit=crop');
  background-size:cover;
  background-position:center;
  transform:scale(1.08);
  overflow:hidden;
}

.axel-final-light{
  position:absolute;
  width:900px;
  height:900px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(216,195,165,0.14) 0%, rgba(216,195,165,0) 70%);
  bottom:-400px;
  right:-300px;
  pointer-events:none;
}

.axel-final-content{
  position:relative;
  z-index:2;
  max-width:860px;
  text-align:center;
}

.axel-final-eyebrow{
  font-family:'DM Sans',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#D8C3A5;
  font-size:12px;
  margin-bottom:26px;
  font-weight:500;
}

.axel-final-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(44px,5vw,76px);
  line-height:1.02;
  color:#F7F3EE;
  margin:0 0 30px;
  font-weight:600;
  letter-spacing:-0.03em;
}

.axel-final-title em{
  color:#D8C3A5;
  font-style:italic;
  font-weight:500;
}

.axel-final-text{
  max-width:640px;
  margin:0 auto 46px;
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:2;
  color:rgba(247,243,238,0.65);
  font-weight:300;
}

.axel-final-buttons{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.axel-final-btn-main{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 36px;
  border-radius:100px;
  background:#F7F3EE;
  color:#1E1B18 !important;
  text-decoration:none !important;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  transition:all .35s ease;
}

.axel-final-btn-main:hover{
  transform:translateY(-4px);
  background:white;
}

.axel-final-btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 36px;
  border-radius:100px;
  border:1px solid rgba(247,243,238,0.15);
  background:rgba(255,255,255,0.04);
  backdrop-filter:blur(10px);
  color:#F7F3EE !important;
  text-decoration:none !important;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:400;
  transition:all .35s ease;
}

.axel-final-btn-outline:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,0.08);
  border-color:rgba(247,243,238,0.28);
}

.axel-final-floating{
  position:absolute;
  bottom:36px;
  left:50%;
  transform:translateX(-50%);
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:rgba(247,243,238,0.35);
  white-space:nowrap;
}

/* =========================
   FOOTER
   ========================= */

.axel-footer-v2{
  position:relative;
  background:#F7F3EE;
  overflow:hidden;
  padding:48px 7vw 56px;
  border-top:1px solid rgba(30,27,24,0.08);
}

.axel-footer-light{
  position:absolute;
  width:800px;
  height:800px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(216,195,165,0.14) 0%, rgba(216,195,165,0) 70%);
  top:-350px;
  right:-350px;
  pointer-events:none;
}

.axel-footer-top{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:70px;
  padding-bottom:60px;
  border-bottom:1px solid rgba(30,27,24,0.07);
}

.axel-footer-brand h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(34px,3.5vw,48px);
  line-height:1.05;
  color:#1E1B18;
  margin:0 0 22px;
  font-weight:600;
  letter-spacing:-0.02em;
}

.axel-footer-brand p{
  max-width:420px;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.95;
  color:#5A4032;
  font-weight:300;
  opacity:0.85;
}

.axel-footer-socials{
  display:flex;
  gap:10px;
  margin-top:28px;
}

.axel-footer-social{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:white;
  border:1px solid rgba(30,27,24,0.08);
  color:#1E1B18 !important;
  text-decoration:none !important;
  transition:all .35s ease;
  font-size:13px;
}

.axel-footer-social:hover{
  transform:translateY(-4px);
  background:#1E1B18;
  color:#F7F3EE !important;
}

.axel-footer-col h4{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#6E7C63;
  margin:0 0 22px;
  font-weight:600;
}

.axel-footer-links{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.axel-footer-links a{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  color:rgba(90,64,50,0.75) !important;
  text-decoration:none !important;
  transition:all .3s ease;
}

.axel-footer-links a:hover{
  color:#1E1B18 !important;
  transform:translateX(4px);
}

.axel-footer-bottom{
  position:relative;
  z-index:2;
  padding-top:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

.axel-footer-copy{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:rgba(30,27,24,0.45);
  line-height:2;
}

.axel-footer-copy strong{
  color:#1E1B18;
  font-weight:600;
}

.axel-footer-signature{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:rgba(110,124,99,0.80) !important;
  text-decoration:none !important;
  font-size:12px;
  transition:all .3s ease;
}

.axel-footer-signature:hover{
  opacity:0.6;
}

.axel-footer-mini{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.axel-footer-mini a{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:rgba(30,27,24,0.38) !important;
  text-decoration:none !important;
  transition:all .3s ease;
}

.axel-footer-mini a:hover{
  color:#1E1B18 !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media screen and (max-width: 1260px) {
  .site-header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}

@media screen and (max-width:1100px){
  .axel-urgent-wrap{
    flex-direction:column;
    align-items:flex-start;
  }

  .axel-urgent-label{
    border-right:none;
    padding-right:0;
  }

  .axel-urgent-grid{
    grid-template-columns:1fr;
  }

  .axel-dogs-grid{
    grid-template-columns:1fr;
  }

  .axel-dog-card{
    height:560px;
  }

  .axel-reviews-grid{
    grid-template-columns:1fr;
  }

  .axel-footer-top{
    grid-template-columns:1fr 1fr;
  }
}

@media screen and (max-width:980px){
  .axel-story-wrap{
    grid-template-columns:1fr;
    gap:60px;
  }

  .axel-story-image{
    height:520px;
  }

  .axel-story-floating{
    right:20px;
    bottom:20px;
    width:200px;
    padding:20px;
  }

  .axel-adopt-steps{
    grid-template-columns:repeat(2,1fr);
  }

  .axel-adopt-step:not(:last-child)::after{
    display:none;
  }

  .axel-adopt-step:nth-child(1),
  .axel-adopt-step:nth-child(2){
    border-bottom:1px solid rgba(90,64,50,0.08);
  }

  .axel-adopt-step{
    padding:32px 24px;
  }

  .axel-support-head{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
  }

  .axel-support-grid{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width:768px){
  :root {
    --header-height: 66px;
  }

  .site-header-inner {
    min-height: var(--header-height);
    padding: 0 18px 0 24px;
  }

  .site-title {
    max-width: calc(100vw - 130px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    display: none;
  }

  .section-slant-bottom {
    clip-path: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .axel-home-hero-v1{
    min-height:auto;
    padding:120px 24px 80px;
    overflow:hidden;
  }

  .axel-home-hero-glow{
    width:360px;
    height:360px;
    right:-160px;
    top:-160px;
  }

  .axel-home-hero-title{
    font-size:clamp(42px,11vw,58px);
    line-height:0.95;
  }

  .axel-home-hero-title br{
    display:none;
  }

  .axel-home-hero-text{
    font-size:15px;
    line-height:1.9;
    margin-bottom:32px;
  }

  .axel-home-hero-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .axel-home-hero-btn-main,
  .axel-home-hero-btn-outline{
    width:100%;
    text-align:center;
  }

  .axel-home-hero-card,
  .axel-home-hero-scroll{
    display:none;
  }

  .axel-urgent-v2{
    padding:28px 24px;
    overflow:hidden;
  }

  .axel-urgent-grid{
    gap:18px;
  }

  .axel-urgent-card{
    padding:22px;
    border-radius:20px;
  }

  .axel-urgent-top{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .axel-urgent-name{
    font-size:30px;
  }

  .axel-urgent-foot{
    flex-direction:column;
    align-items:flex-start;
  }

  .axel-urgent-btn{
    width:100%;
  }

  .axel-story-v1{
    padding:36px 24px;
  }

  .axel-story-floating{
    position:relative;
    right:auto;
    left:auto;
    bottom:auto;
    margin-top:-50px;
    margin-left:auto;
    width:100%;
    max-width:260px;
  }

  .axel-story-btn{
    display:block;
    text-align:center;
    width:100%;
  }

  .axel-dogs-v1{
    padding:36px 24px;
  }

  .axel-dogs-title{
    font-size:44px;
  }

  .axel-dogs-text{
    font-size:16px;
  }

  .axel-dogs-btn{
    width:100%;
  }

  .axel-dog-card{
    height:500px;
    border-radius:24px;
  }

  .axel-dog-content{
    left:24px;
    right:24px;
    bottom:24px;
  }

  .axel-dog-name{
    font-size:40px;
  }

  .axel-adopt-v1{
    padding:36px 24px;
  }

  .axel-adopt-steps{
    grid-template-columns:1fr;
  }

  .axel-adopt-step:nth-child(1),
  .axel-adopt-step:nth-child(2){
    border-bottom:none;
  }

  .axel-adopt-step{
    padding:28px 0;
    border-bottom:1px solid rgba(90,64,50,0.08);
  }

  .axel-adopt-step:last-child{
    border-bottom:none;
  }

  .axel-adopt-step-number{
    font-size:48px;
  }

  .axel-adopt-note{
    padding:26px;
    border-radius:18px;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .axel-adopt-btn{
    width:100%;
  }

  .axel-support-v1{
    padding:36px 24px;
  }

  .axel-support-title{
    font-size:42px;
  }

  .axel-support-text{
    font-size:15px;
  }

  .axel-support-card{
    padding:28px;
    border-radius:22px;
  }

  .axel-support-card h3{
    font-size:24px;
  }

  .axel-support-bottom{
    padding:32px 26px;
    border-radius:26px;
  }

  .axel-support-bottom h2{
    font-size:34px;
  }

  .axel-support-btn{
    width:100%;
  }

  .axel-reviews-v1{
    padding:36px 24px;
  }

  .axel-reviews-head{
    gap:16px;
  }

  .axel-reviews-title{
    font-size:40px;
  }

  .axel-reviews-text{
    font-size:15px;
    max-width:100%;
  }

  .axel-review-card{
    padding:28px 24px;
    border-radius:22px;
  }

  .axel-review-user-info h4{
    font-size:20px;
  }

  .axel-reviews-quote{
    margin-top:60px;
    padding-top:46px;
  }

  .axel-reviews-quote blockquote{
    font-size:32px;
    line-height:1.1;
  }

  .axel-final-v1{
    min-height:auto;
    padding:100px 24px 80px;
    overflow:hidden;
    width:100%;
  }

  .axel-final-v1 *{
    max-width:100%;
  }

  .axel-final-content{
    width:100%;
    min-width:0;
  }

  .axel-final-bg{
    overflow:hidden;
  }

  .axel-final-light{
    width:320px;
    height:320px;
    right:-140px;
    bottom:-140px;
  }

  .axel-final-title{
    font-size:40px;
    line-height:1.05;
  }

  .axel-final-title br{
    display:none;
  }

  .axel-final-text{
    font-size:15px;
    line-height:1.85;
  }

  .axel-final-buttons{
    width:100%;
    flex-direction:column;
  }

  .axel-final-btn-main,
  .axel-final-btn-outline{
    width:100%;
    max-width:100%;
  }

  .axel-final-floating{
    display:none !important;
  }

  .axel-footer-v2{
    padding:36px 24px 40px;
  }

  .axel-footer-top{
    grid-template-columns:1fr;
    gap:44px;
    padding-bottom:44px;
  }

  .axel-footer-brand h2{
    font-size:36px;
  }

  .axel-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
