:root{
  --cream:#fbf5ef;
  --cream-2:#fffaf6;
  --rose:#e7b7a6;
  --rose-dark:#bc786b;
  --sage:#aeb39a;
  --sage-dark:#8d9478;
  --brown:#40302e;
  --text:#6f625d;
  --shadow:0 18px 50px rgba(78,55,45,.12);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{min-height:100vh;background:linear-gradient(180deg,#fff 0%,var(--cream) 54%,#fff8f4 100%);font-family:"Segoe UI",Arial,sans-serif;color:var(--text)}
a{color:inherit}.hero{position:relative;background:#fff;line-height:0}.hero-banner{width:100%;height:clamp(210px,26vw,420px);object-fit:cover;display:block}.floating-logo{position:absolute;left:50%;bottom:0;width:clamp(112px,12vw,185px);height:clamp(112px,12vw,185px);transform:translate(-50%,50%);filter:drop-shadow(0 12px 24px rgba(80,55,45,.18));z-index:5}.welcome-card{width:min(1120px,90vw);margin:clamp(92px,9vw,125px) auto 28px;padding:clamp(34px,5vw,56px);background:linear-gradient(135deg,rgba(255,251,247,.94),rgba(251,232,225,.92));border-radius:34px;text-align:center;box-shadow:var(--shadow)}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-weight:800;font-size:clamp(.72rem,1vw,.95rem);color:var(--rose-dark);margin-bottom:10px}.welcome-card h1{font-family:Georgia,"Times New Roman",serif;color:var(--brown);font-size:clamp(3.1rem,8vw,6.3rem);line-height:.95;margin-bottom:18px}.intro{font-size:clamp(1rem,2vw,1.35rem);line-height:1.55}.shop-grid{display:flex;justify-content:center;align-items:center;gap:clamp(28px,6vw,72px);flex-wrap:wrap;margin-top:36px}.shop-button{position:relative;width:clamp(205px,22vw,285px);height:clamp(205px,22vw,285px);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;color:white;border:6px solid rgba(255,255,255,.96);box-shadow:0 16px 30px rgba(65,48,44,.16);transition:transform .25s ease,box-shadow .25s ease;overflow:hidden}.shop-button:after{content:"";position:absolute;right:24px;bottom:24px;width:76px;height:110px;border-left:2px solid rgba(255,255,255,.62);border-radius:50%;transform:rotate(28deg);opacity:.65}.shop-button:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 24px 42px rgba(65,48,44,.2)}.etsy{background:linear-gradient(145deg,#e9c0ae,#dc9f8d)}.pinterest{background:linear-gradient(145deg,#bec3aa,#8f987e)}.shop-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,5vw,4.7rem);line-height:1}.pinterest-icon{font-family:Georgia,"Times New Roman",serif;font-weight:bold}.divider{font-size:1.6rem;line-height:1.2;margin:10px 0 6px}.shop-subtitle{text-transform:uppercase;letter-spacing:.13em;font-size:clamp(.76rem,1.3vw,1rem);font-weight:800;line-height:1.45}.site-footer{text-align:center;padding:30px 18px 40px;background:rgba(255,241,234,.72);font-size:.95rem}.site-footer nav{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:#91786e}.site-footer a{text-decoration:none}.site-footer a:hover{color:var(--rose-dark)}.site-footer p{margin-top:18px}.subpage{display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;background:linear-gradient(135deg,#fffaf6,#f7eee7)}.legal-card{width:min(860px,96vw);background:rgba(255,255,255,.88);border-radius:26px;padding:clamp(26px,5vw,52px);box-shadow:var(--shadow);line-height:1.7}.legal-card h1{font-family:Georgia,"Times New Roman",serif;color:var(--brown);font-size:clamp(2.2rem,5vw,3.6rem);margin:12px 0 22px}.legal-card h2{color:var(--rose-dark);font-size:1.1rem;margin:22px 0 8px}.legal-card p{margin:12px 0}.backlink{display:inline-block;text-decoration:none;color:#91786e;font-weight:700;margin-bottom:10px}@media(max-width:680px){.hero-banner{height:210px}.welcome-card{width:92vw;border-radius:24px;padding:30px 18px}.shop-grid{gap:24px}.shop-button{width:205px;height:205px}.site-footer nav{gap:14px}.site-footer nav span{display:none}}
