* {

  box-sizing: border-box;

}

body {

  margin: 0;

  padding: 0;

  font-family: 'Georgia', serif;

  background-color: #f4f1ec;

}

.navbar {

  width: 100vw; /* Full viewport width */

  background-color: #5a4c42;

  padding: 1rem 0;

}

.navbar ul {

  display: flex;

  justify-content: center;

  align-items: center;

  list-style: none;

  padding: 0;

  margin: 0;

}

.navbar li {

  margin: 0 1rem;

}

.navbar a {

  color: white;

  text-decoration: none;

  font-weight: bold;

  font-size: 1.1rem;

}

.navbar a:hover {

  text-decoration: underline;

}

.container {

  text-align: center;

  padding: 2rem;

}

.hero-image {

  width: 100%;

  max-width: 500px;

  margin-top: 1rem;

  border-radius: 8px;

  box-shadow: 0 4px 10px rgba(0,0,0,0.2);

}

.book-button {

  display: inline-block;

  margin-top: 2rem;

  padding: 0.75rem 1.5rem;

  background-color: #5a4c42;

  color: #fff;

  font-size: 1rem;

  font-weight: bold;

  text-decoration: none;

  border-radius: 8px;

  box-shadow: 0 4px 10px rgba(0,0,0,0.2);

  transition: background-color 0.3s ease;

}

.book-button:hover {

  background-color: #7b6d63;

}html {

  scroll-behavior: smooth;

}section {

  padding: 4rem 1rem;

}#home {

  background-color: #f4f1ec; /* your current soft cream */

}

#about {

  background-color: #ebe6df;

}

#readings {

  background-color: #e3dcd2;

}

#contact {

  background-color: #dbd3c3;

}h1, h2 {

  font-family: 'Playfair Display', serif;

}

body, p {

  font-family: 'Open Sans', sans-serif;

}section {

  border-top: 1px solid #ccc;

}.stingray-icon {

  display: flex;

  justify-content: center;

  margin-bottom: 1rem;

}.stingray-icon svg:hover {

  filter: drop-shadow(0 0 6px #5a4c42aa);

  transform: scale(1.1);

  transition: all 0.3s ease-in-out;

}.stingray-icon svg {

  animation: float 5s ease-in-out infinite;

}

@keyframes float {

  0% { transform: translateY(0px); }

  50% { transform: translateY(-6px); }

  100% { transform: translateY(0px); }

}#blog {

  background-color: #f4f1ec;

  padding: 3rem 1rem;

  max-width: 700px;

  margin: 0 auto;

  text-align: left;

}

#blog h2 {

  font-family: 'Playfair Display', serif;

  font-size: 1.8rem;

  color: #5a4c42;

  margin-bottom: 0.5rem;

}

#blog em {

  color: #7b6d63;

  font-size: 0.9rem;

}.blog-post {

  margin-bottom: 3rem;

  border-bottom: 1px solid #ccc;

  padding-bottom: 2rem;

}

.blog-post h2 {

  font-family: 'Playfair Display', serif;

  font-size: 1.6rem;

  color: #5a4c42;

}

.blog-post em {

  color: #7b6d63;

  font-size: 0.9rem;

}.bg-weave{

  background-image:

    linear-gradient(90deg, rgba(90,76,66,.06) 1px, transparent 1px),

    linear-gradient(rgba(90,76,66,.06) 1px, transparent 1px);

  background-size: 24px 24px, 24px 24px;

  background-position: 0 0, 0 0;

}/* Hero block padding so the pattern feels airy */

.hero {

  padding: 3.5rem 1rem 2rem;

}

/* Subtle tukutuku-inspired weave */

.bg-weave{

  /* ultra-light lines; adjust alpha if you want stronger/lighter */

  --weave-color: rgba(90,76,66,.028);

  background-image:

    linear-gradient(90deg, var(--weave-color) 1px, transparent 1px),

    linear-gradient(var(--weave-color) 1px, transparent 1px);

  background-size: 28px 28px, 28px 28px; /* bigger squares = calmer */

  background-position: 0 0, 0 0;

}

/* On larger screens, we can nudge visibility up just a touch */

@media (min-width: 768px){

  .bg-weave{ --weave-color: rgba(90,76,66,.038); }

}

/* Centered stingray with a gentle float */

.stingray-wrap{

  display:flex;

  justify-content:center;

  margin-bottom: 1rem;

  opacity:.7;                 /* keep it soft */

}

.stingray-wrap svg{

  animation: float 5s ease-in-out infinite;

}

@keyframes float{

  0%{ transform: translateY(0); }

  50%{ transform: translateY(-6px); }

  100%{ transform: translateY(0); }

}.koru-divider {

  width: 100%;

  height: 20px;

  margin: 30px 0;

}

.koru-divider svg {

  width: 100%;

  height: 100%;

}

.koru-divider path {

  stroke: rgba(91, 70, 54, 0.5); /* Stingray brown but semi-transparent */

}/* Divider */

.koru-divider{display:block;width:100%;height:24px;margin:28px 0}

/* Blog styling */

#blog{max-width:720px;margin:0 auto;padding:2rem 1rem}

.blog-title{position:relative;text-align:center;margin-bottom:1rem}

.blog-post{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.08)}

.blog-post h3{font-family:'Playfair Display',serif;color:#5a4c42;font-size:1.35rem;margin:.25rem 0}

.blog-post em{color:#7b6d63;font-size:.9rem}

/* Footer */

.whakatauki{text-align:center;padding:2rem 1rem;color:#5a4c42}

.whakatauki em{display:block;margin-bottom:.5rem;color:#7b6d63}/* END TEST */

.offering {

  background: #efe9e2;

  padding: 1.2rem;

  border-radius: 10px;

  margin: 1.5rem 0;

}

.offering h3 {

  margin-top: 0;

}

.btn {

  display: inline-block;

  background: #5a4c42;

  color: #fff;

  padding: 0.6rem 1rem;

  border-radius: 8px;

  text-decoration: none;

}

.btn:hover {

  filter: brightness(1.1);

}/* Container: keeps everything aligned */

.container {

  max-width: 1100px;   /* adjust if you want it wider/narrower */

  margin: 0 auto;

  padding: 0 1.25rem;  /* gutter for mobile */

  box-sizing: border-box;

}

/* Hero section: full-width background, centered content */

.hero {

  padding: 4rem 0;           /* space above/below */

  text-align: center;        /* center text/buttons */

  background: var(--bg-color, #efe7dc); /* replace with your hero bg */

}

.hero__inner {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}
.aether-section {
  padding: 4rem 1.5rem;
  background: #1f1a17;
  color: #f4f0ea;
}

.aether-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}

.aether-text {
  flex: 1 1 320px;
}

.aether-text h2 {
  font-size: 2.1rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.03em;
}

.aether-tagline {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f7e9c7;
  margin-bottom: 1rem;
}

.aether-points {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.aether-points li {
  margin-bottom: 0.4rem;
  font-size: 0.98rem;
}

.aether-button {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.7rem 1.6rem;
  background: #b9975b;
  color: #1f1a17;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.aether-button:hover {
  filter: brightness(1.05);
}

/* Right-hand “orbit” visual card */

.aether-card {
  flex: 1 1 280px;
  background: #2b2420;
  border-radius: 18px;
  padding: 1.8rem;
  border: 1px solid rgba(185, 151, 91, 0.4);
}

.aether-orbit {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 1.2rem auto;
  border-radius: 50%;
  border: 1px dashed rgba(244, 240, 234, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aether-orbit-inner {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, #f4f0ea 0%, #b9975b 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #1f1a17;
  font-size: 0.9rem;
}

.aether-orbit-label {
  transform: translateY(1px);
}

.aether-orbit-node {
  position: absolute;
  background: #1f1a17;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  border: 1px solid rgba(244, 240, 234, 0.45);
}

.aether-orbit-node.node-one {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.aether-orbit-node.node-two {
  bottom: 10px;
  left: -15px;
}

.aether-orbit-node.node-three {
  bottom: 10px;
  right: -15px;
}

.aether-mini-copy {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #ddd0c0;
}

@media (max-width: 768px) {
  .aether-section {
    padding: 3rem 1.2rem;
  }

  .aether-inner {
    flex-direction: column;
  }

  .aether-card {
    width: 100%;
  }
}
