:root {
  --bg: #F8FCFE;
  --bg-alt: #E5F4FA;
  --surface: #FFFFFF;
  --primary: #8DC6DA;
  --primary-hover: #6AAFC8;
  --primary-soft: #D9EEF6;
  --text: #16313C;
  --muted: #607985;
  --border: #D3E8F0;
  --accent: #D9A8B6;
  --focus: #247C9D;
  --shadow: 0 18px 55px rgba(38, 94, 116, .09);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: 1240px;
  --header-h: 78px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); overflow-x: clip; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--focus) 80%, white); outline-offset: 4px; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 12px 16px; background: var(--text); color: white; border-radius: 10px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: clamp(72px, 8vw, 120px) 0; }
.section-surface { background: var(--surface); }
.section-tint { background: linear-gradient(180deg, rgba(229,244,250,.65), rgba(248,252,254,.9)); }
.eyebrow { margin: 0 0 14px; font-size: .75rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; color: #4A8CA5; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(3.2rem, 7.1vw, 7.1rem); max-width: 10ch; }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.8rem); max-width: 12ch; }
h3 { font-size: 1.55rem; }
p { line-height: 1.65; }
.muted { color: var(--muted); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; min-height: var(--header-h); color: var(--text); transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-header.scrolled, .site-header.menu-open { background: rgba(248,252,254,.9); box-shadow: 0 1px 0 rgba(35,81,99,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; min-height: 44px; justify-content: center; }
.wordmark span { font-family: var(--serif); font-size: 1.48rem; letter-spacing: -.03em; white-space: nowrap; }
.wordmark small { color: var(--muted); font-size: .67rem; margin-top: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a, .site-footer nav a { position: relative; font-size: .85rem; color: #294956; min-height: 44px; display: inline-flex; align-items: center; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--primary-hover); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.instagram-pill { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; background: rgba(141,198,218,.9); color: #fff; border-radius: 999px; font-size: .82rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.instagram-pill:hover { background: var(--primary-hover); transform: translateY(-2px); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.65); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 1.5px; background: var(--text); transition: transform .2s ease, opacity .2s ease; }
.site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu { position: absolute; top: calc(var(--header-h) - 2px); left: 0; right: 0; padding: 12px 20px 24px; background: rgba(248,252,254,.98); border-top: 1px solid var(--border); box-shadow: 0 20px 50px rgba(22,49,60,.08); }
.mobile-menu nav { display: grid; gap: 2px; }
.mobile-menu nav > a:not(.instagram-pill) { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(211,232,240,.7); }
.mobile-menu .instagram-pill { margin-top: 14px; justify-self: stretch; justify-content: center; }

.hero { padding-top: calc(var(--header-h) + 34px); min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 15% 10%, #fff 0 16%, transparent 45%), linear-gradient(135deg, #F9FCFE 0%, #E7F4F9 55%, #F8FCFE 100%); }
.hero::before { content:''; position:absolute; width:46vw; height:46vw; border-radius:50%; background:rgba(141,198,218,.12); right:-13vw; top:-11vw; filter: blur(4px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: clamp(36px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.hero-description { max-width: 500px; margin: 25px 0 0; font-size: clamp(1.08rem, 1.4vw, 1.35rem); color: #365764; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 999px; font-weight: 700; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #78BED8); color: white; box-shadow: 0 12px 28px rgba(106,175,200,.22); }
.btn-primary:hover { background: var(--primary-hover); box-shadow: 0 16px 34px rgba(106,175,200,.3); }
.btn-secondary { border: 1px solid rgba(36,124,157,.55); background: rgba(255,255,255,.55); }
.btn-secondary:hover { background: white; border-color: var(--focus); }
.temporary-label { margin-top: 40px; display: flex; align-items: center; gap: 12px; color: #62818e; font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.temporary-label span { width: 28px; height: 1px; background: #62818e; }
.hero-visual { position: relative; min-height: clamp(520px, 70vh, 760px); border-radius: 48% 48% 18px 18px / 28% 28% 18px 18px; overflow: hidden; box-shadow: var(--shadow); background: var(--primary-soft); }
.hero-visual img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center 20%; }
.hero-note { position: absolute; right: 6%; top: 13%; font-family: 'Segoe Script', 'Bradley Hand', cursive; font-size: clamp(1.1rem, 2.1vw, 1.8rem); line-height: 1.25; color: rgba(35,91,111,.72); transform: rotate(-5deg); text-align: center; }

.manifesto-grid { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: clamp(38px, 8vw, 110px); align-items: center; }
.macro-card { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; overflow: hidden; min-height: 420px; margin-left: min(-4vw, -40px); }
.macro-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.manifesto-copy p:last-child { max-width: 630px; color: var(--muted); font-size: 1.08rem; }

.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; }
.split-heading > p { color: var(--muted); max-width: 540px; justify-self: end; }
.principles-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.principle-card { padding: 42px 34px 46px; text-align: center; position: relative; }
.principle-card + .principle-card { border-left: 1px solid var(--border); }
.principle-icon { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 20px; background: var(--primary-soft); font-size: 2rem; color: #2C6880; }
.principle-card h3 { font-size: 1.45rem; }
.principle-card p { margin: 12px auto 0; max-width: 260px; color: var(--muted); font-size: .93rem; }

.lookbook-intro { display: grid; grid-template-columns: .75fr 1fr; gap: 48px; align-items: end; margin-bottom: 42px; }
.lookbook-intro > p { color: var(--muted); max-width: 620px; }
.lookbook-grid { display: grid; grid-template-columns: 1.15fr .9fr .9fr 1.15fr; grid-auto-rows: 390px; gap: 14px; }
.lookbook-item { margin: 0; position: relative; overflow: hidden; border-radius: 18px; background: var(--primary-soft); }
.lookbook-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.lookbook-item:hover img { transform: scale(1.035); }
.lookbook-item figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(248,252,254,.86); color: #496A77; backdrop-filter: blur(10px); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.compact-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 16px 60px; align-items: end; margin-bottom: 44px; }
.compact-heading .eyebrow { grid-column: 1 / -1; }
.compact-heading p:last-child { color: var(--muted); max-width: 550px; justify-self: end; }
.care-grid { display: grid; grid-template-columns: repeat(5,1fr); background: var(--bg-alt); border-radius: var(--radius-md); overflow: hidden; }
.care-card { min-height: 190px; display: grid; place-items: center; align-content: center; text-align: center; gap: 16px; padding: 28px 20px; }
.care-card + .care-card { border-left: 1px solid rgba(130,181,199,.28); }
.care-icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.65); color: #2F6F88; font-size: 1.6rem; }
.care-card h3 { font-family: var(--sans); font-size: .95rem; font-weight: 700; letter-spacing: 0; line-height: 1.35; max-width: 160px; }

.about-grid { display: grid; grid-template-columns: .8fr 1.05fr .8fr; gap: 30px; align-items: stretch; }
.about-visual { min-height: 420px; border-radius: var(--radius-md); overflow: hidden; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; }
.about-copy { padding: 30px 12px; align-self: center; }
.about-copy p { color: var(--muted); max-width: 590px; }
.instagram-card { border-radius: var(--radius-md); padding: 38px; background: linear-gradient(160deg, #E7F4FA 0%, #F8FCFE 90%); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.instagram-card .instagram-mark { font-size: 2.5rem; color: #357E9A; }
.instagram-card h3 { margin-top: 5px; font-size: 2rem; }
.instagram-card p:not(.eyebrow) { color: var(--muted); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: #287590; font-weight: 700; }

.contact { padding-top: 36px; }
.contact-panel { display: grid; grid-template-columns: 1fr .8fr auto; align-items: center; gap: 30px; padding: clamp(32px,5vw,54px); border-radius: var(--radius-md); background: linear-gradient(110deg, rgba(229,244,250,.95), rgba(255,255,255,.9)), url('/images/crochet-macro.webp') center/cover; border: 1px solid rgba(141,198,218,.22); }
.contact-panel h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); }
.contact-panel p { color: var(--muted); }

.site-footer { padding: 24px 0 18px; background: var(--surface); border-top: 1px solid rgba(211,232,240,.7); }
.footer-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.footer-meta { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 20px; color: #3F626F; font-size: .82rem; }
.footer-meta a, .footer-meta span { min-height: 44px; display: inline-flex; align-items: center; }
.footer-bottom { border-top: 1px solid var(--border); margin-top: 18px; padding-top: 14px; display: flex; justify-content: space-between; gap: 20px; color: #78909A; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.image-reveal { clip-path: inset(0 0 100% 0 round 22px); transition: clip-path 1s cubic-bezier(.2,.75,.15,1); }
.image-reveal.is-visible, .reveal.is-visible .image-reveal { clip-path: inset(0 0 0 0 round 22px); }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .desktop-instagram { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .care-grid { grid-template-columns: repeat(3, 1fr); }
  .care-card + .care-card { border-left: 0; }
  .care-card:nth-child(n+4) { border-top: 1px solid rgba(130,181,199,.28); }
  .about-grid { grid-template-columns: .9fr 1.1fr; }
  .instagram-card { grid-column: 1 / -1; min-height: 260px; }
  .contact-panel { grid-template-columns: 1fr 1fr; }
  .contact-panel .btn { grid-column: 1 / -1; justify-self: start; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top nav { display: none; }
}

@media (max-width: 820px) {
  :root { --header-h: 72px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 42px); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 28px; }
  .hero-visual { min-height: 560px; border-radius: 28px; }
  .hero-note { display: none; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .macro-card { margin-left: 0; min-height: 330px; border-radius: var(--radius-md); }
  .macro-card img { min-height: 330px; }
  .split-heading, .lookbook-intro, .compact-heading { grid-template-columns: 1fr; gap: 18px; }
  .split-heading > p, .compact-heading p:last-child { justify-self: start; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle-card + .principle-card { border-left: 0; border-top: 1px solid var(--border); }
  .lookbook-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 360px; }
  .care-grid { grid-template-columns: 1fr 1fr; }
  .care-card:nth-child(n+3) { border-top: 1px solid rgba(130,181,199,.28); }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 360px; }
  .instagram-card { grid-column: auto; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-panel .btn { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-meta { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(3rem, 15.5vw, 4.5rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .wordmark span { font-size: 1.25rem; }
  .wordmark small { font-size: .61rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-visual { min-height: 470px; }
  .lookbook-grid { grid-template-columns: 1fr; grid-auto-rows: 430px; }
  .care-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 145px; }
  .care-card:nth-child(n+2) { border-top: 1px solid rgba(130,181,199,.28); }
  .contact-panel { padding: 28px 22px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .image-reveal { clip-path: none !important; }
}
