/* Downloaded from https://cozyalpacastudio.com/styles.css on 2026-08-27 via public fetch (box TLS to origin failed). */
:root {
 --paper: #f7efe3;
 --paper-deep: #efe2d0;
 --card: #fffaf3;
 --ink: #4a342c;
 --muted: #7a6156;
 --sage: #7f9e8d;
 --sage-soft: #d7e6dc;
 --peach: #f0b89a;
 --rose: #c97b6a;
 --rose-deep: #b56656;
 --sky: #c9dff0;
 --cloud: #f6ddd6;
 --line: rgba(74, 52, 44, 0.1);
 --shadow: 0 18px 40px rgba(74, 52, 44, 0.1);
 --radius: 24px;
}

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

img {
 max-width: 100%;
 height: auto;
}

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

body {
 font-family: "Nunito", system-ui, sans-serif;
 background: var(--paper);
 color: var(--ink);
 line-height: 1.65;
 min-height: 100vh;
 width: 100%;
 max-width: 100vw;
 overflow-x: hidden;
}

body::before {
 content: "";
 position: fixed;
 inset: 0;
 pointer-events: none;
 z-index: 0;
 background:
 radial-gradient(900px 420px at 100% -8%, rgba(201, 223, 240, 0.7), transparent 58%),
 radial-gradient(700px 380px at -10% 12%, rgba(246, 221, 214, 0.65), transparent 55%),
 radial-gradient(600px 360px at 80% 90%, rgba(215, 230, 220, 0.55), transparent 50%);
}

.skip {
 position: absolute;
 left: 1rem;
 top: -3rem;
 background: var(--card);
 color: var(--ink);
 padding: 0.6rem 0.9rem;
 border-radius: 999px;
 z-index: 10;
}

.skip:focus {
 top: 0.8rem;
}

.wrap {
 position: relative;
 z-index: 1;
 width: min(1100px, 100%);
 max-width: 100%;
 margin: 0 auto;
 padding-inline: 1.25rem;
 overflow-x: clip;
}

header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
 gap: 0.7rem 1rem;
 padding: 1.1rem 0 0.4rem;
}

.brand {
 display: flex;
 align-items: center;
 gap: 0.7rem;
 text-decoration: none;
 color: inherit;
 min-width: 0;
}

.brand img {
 width: 46px;
 height: 46px;
 border-radius: 50%;
 object-fit: cover;
 background: var(--sage-soft);
 box-shadow: 0 0 0 3px rgba(127, 158, 141, 0.25);
}

.brand-text {
 display: flex;
 flex-direction: column;
 line-height: 1.15;
 min-width: 0;
}

.brand-text strong {
 font-family: "Fraunces", Georgia, serif;
 font-size: 1.02rem;
}

.brand-text span {
 color: var(--muted);
 font-size: 0.82rem;
}

nav {
 display: flex;
 align-items: center;
 gap: 1.1rem;
}

nav a {
 color: var(--muted);
 text-decoration: none;
 font-weight: 600;
 font-size: 0.95rem;
}

nav a:hover,
nav a:focus-visible {
 color: var(--ink);
}

nav a[aria-current="page"] {
 color: var(--ink);
 box-shadow: inset 0 -2px 0 var(--rose);
}

.hero {
 display: grid;
 gap: 2.4rem;
 padding: 2.6rem 0 3.4rem;
 align-items: center;
 min-width: 0;
}

.eyebrow {
 display: inline-block;
 margin-bottom: 0.85rem;
 padding: 0.28rem 0.75rem;
 border-radius: 999px;
 background: var(--sage-soft);
 color: #3f5c4e;
 font-size: 0.82rem;
 font-weight: 700;
 letter-spacing: 0.04em;
}

h1,
h2,
h3 {
 font-family: "Fraunces", Georgia, serif;
 font-weight: 650;
 letter-spacing: -0.02em;
 line-height: 1.12;
 overflow-wrap: break-word;
}

h1 {
 font-size: clamp(2.4rem, 6.5vw, 4.3rem);
 margin-bottom: 0.55rem;
}

.tagline {
 font-family: "Fraunces", Georgia, serif;
 font-size: clamp(1.15rem, 2.6vw, 1.45rem);
 font-weight: 500;
 color: var(--rose);
 margin-bottom: 1rem;
}

.lede,
.section-copy,
.card p {
 overflow-wrap: break-word;
}

.lede,
.section-copy {
 max-width: min(40rem, 100%);
 color: var(--muted);
 font-size: 1.06rem;
}

.lede {
 margin-bottom: 1.6rem;
}

.actions {
 display: flex;
 flex-wrap: wrap;
 gap: 0.75rem;
}

.btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 50px;
 padding: 0.8rem 1.35rem;
 border-radius: 999px;
 border: 0;
 text-decoration: none;
 font: 700 1rem/1 "Nunito", sans-serif;
 cursor: pointer;
 transition: transform 0.15s ease, background 0.15s ease;
}

.btn-primary {
 background: var(--rose);
 color: #fffaf6;
 box-shadow: 0 10px 24px rgba(201, 123, 106, 0.28);
}

.btn-primary:hover {
 background: var(--rose-deep);
 transform: translateY(-1px);
}

.btn-ghost {
 background: transparent;
 color: var(--ink);
 box-shadow: inset 0 0 0 1.5px var(--line);
}

.btn-ghost:hover {
 background: rgba(255, 250, 243, 0.7);
}

.btn:focus-visible {
 outline: 3px solid var(--sage);
 outline-offset: 3px;
}

.device {
 justify-self: center;
 width: min(300px, 78vw);
 max-width: 100%;
 min-width: 0;
 padding: 12px;
 border-radius: 32px;
 background: linear-gradient(180deg, #f3e6d4, #e7d5be);
 box-shadow: var(--shadow);
}

.device-wide {
 width: min(340px, 86vw);
}

.device img {
 display: block;
 width: 100%;
 height: auto;
 min-width: 0;
 border-radius: 22px;
}

section {
 padding: 0 0 4.4rem;
}

.section-kicker {
 color: var(--sage);
 font-weight: 700;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 font-size: 0.78rem;
 margin-bottom: 0.45rem;
}

h2 {
 font-size: clamp(1.7rem, 4vw, 2.35rem);
 margin-bottom: 0.7rem;
}

.section-copy {
 margin-bottom: 1.5rem;
}

.split {
 display: grid;
 gap: 2rem;
 align-items: center;
 min-width: 0;
}

.grid {
 display: grid;
 gap: 1rem;
}

.hero > *,
.split > *,
.grid > * {
 min-width: 0;
}

.card {
 background: var(--card);
 border: 1px solid var(--line);
 border-radius: var(--radius);
 padding: 1.25rem 1.2rem 1.35rem;
 box-shadow: 0 8px 24px rgba(74, 52, 44, 0.04);
}

.card h3 {
 font-size: 1.2rem;
 margin-bottom: 0.4rem;
}

.card p {
 color: var(--muted);
}

.icon-dot {
 width: 38px;
 height: 38px;
 border-radius: 12px;
 display: grid;
 place-items: center;
 margin-bottom: 0.85rem;
 background: var(--sage-soft);
 color: #3f5c4e;
 font-size: 0.78rem;
 font-weight: 800;
 letter-spacing: 0.04em;
}

.woolie {
 background:
 linear-gradient(180deg, rgba(255, 250, 243, 0.4), rgba(255, 250, 243, 0.4)),
 radial-gradient(circle at 80% 20%, rgba(240, 184, 154, 0.35), transparent 40%),
 var(--paper-deep);
 border-radius: 32px;
 padding: 1.4rem 1.2rem 0;
 border: 1px solid var(--line);
}

.woolie img {
 display: block;
 width: min(320px, 80%);
 margin: 0.4rem auto 0;
 filter: drop-shadow(0 16px 20px rgba(74, 52, 44, 0.12));
}

.studio-logo {
 width: min(280px, 100%);
 border-radius: 28px;
 display: block;
 margin-inline: auto;
 box-shadow: var(--shadow);
}

.feature-note {
 color: var(--sage);
 font-weight: 700;
 font-size: 0.92rem;
 margin-bottom: 0.85rem;
}

.cta-band {
 background: linear-gradient(160deg, #ead7c4, #d9e7df);
 border-radius: 32px;
 padding: 2.2rem 1.4rem;
 text-align: center;
 border: 1px solid var(--line);
}

.cta-band h2 {
 margin-bottom: 0.45rem;
}

.cta-band p {
 color: var(--muted);
 margin-bottom: 1.2rem;
}

.cta-band .actions {
 justify-content: center;
}

footer {
 border-top: 1px solid var(--line);
 padding: 1.3rem 0 2.1rem;
 color: var(--muted);
 font-size: 0.9rem;
 display: flex;
 justify-content: space-between;
 gap: 0.8rem;
 flex-wrap: wrap;
}

footer a {
 color: inherit;
 font-weight: 700;
}

@media (max-width: 799px) {
 header {
 flex-direction: column;
 align-items: flex-start;
 }

 .brand-text span {
 display: none;
 }

 nav a {
 font-size: 0.9rem;
 white-space: nowrap;
 }

 .hero {
 padding-top: 1.8rem;
 }

 .woolie img {
 width: min(280px, 88%);
 }
}

@media (min-width: 800px) {
 .hero,
 .split {
 grid-template-columns: 1.05fr 0.95fr;
 }

 .split.reverse {
 grid-template-columns: 0.9fr 1.1fr;
 }

 .split.reverse .copy {
 order: 2;
 }

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

 .cta-band {
 padding: 2.8rem 2rem;
 }
}

@media (prefers-reduced-motion: reduce) {
 html {
 scroll-behavior: auto;
 }

 .btn {
 transition: none;
 }
}

@media (min-width: 900px) {
  .grid:has(:nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card img {
  width: 100%;
  border-radius: 18px;
  display: block;
  margin-bottom: 0.85rem;
  box-shadow: var(--shadow);
}
.btn[aria-disabled="true"] {
  cursor: default;
  opacity: 0.72;
  pointer-events: none;
}
