:root{--red: #480015;--pink: #ffe9ec;--text-dark: #040404;--text-light: #ffedf0}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-dark);background-color:var(--pink)}body{min-height:100vh}.page{background-color:var(--pink);color:var(--text-dark)}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.hero{position:relative;min-height:90vh;color:#fff}.hero:after{content:none}.hero-image{width:100%;height:90vh;object-fit:cover;object-position:center;display:block}.nav{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;align-items:center;justify-content:flex-end;padding:1.5rem 8vw;color:#ffedf0}.logo-text{font-family:Borel,cursive;font-size:2.2rem;color:#480015}.hero-logo{position:absolute;top:140px;left:50%;transform:translate(-50%);z-index:2}.nav-links{display:flex;gap:2rem;font-size:.95rem}.nav-links a{min-height:44px;display:flex;align-items:center;padding:.5rem 0}.hero-overlay{position:absolute;bottom:60px;left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;padding:0 1rem}.hero-tagline{font-family:Borel,cursive;font-size:clamp(1.8rem,3vw,2.4rem);color:#ffedf0}.section{padding:150px 0}.section-light{background-color:var(--pink);color:var(--text-dark)}.section-dark{background-color:var(--red);color:var(--text-light)}.section-inner{max-width:none;margin:0;padding:0 100px}.section-inner-center{text-align:center}.section h2{margin:0 0 1.5rem;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.2}.intro h2{font-size:58px;margin-bottom:90px}.limited-matches h2{font-size:58px;margin-bottom:90px;text-align:right;margin-left:auto}.photos h2{font-size:58px;margin-bottom:90px}.safety h2{font-size:58px;text-align:right;margin-left:auto;margin-right:0;margin-bottom:90px}.accent{color:var(--red)}.section-dark .accent{color:var(--text-light)}.section-eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.25rem}.intro .section-eyebrow{font-size:20px;margin-bottom:16px;text-transform:none;letter-spacing:normal}.body-text{margin:0;font-size:.98rem;line-height:1.7}.body-text-wide{max-width:480px}.body-text-narrow{max-width:520px;margin:0 auto}.photos .section-inner{display:flex;flex-direction:column;gap:1.75rem}.limited-matches{min-height:600px}.intro .body-text{font-size:24px;line-height:1.6;text-align:right;margin-left:auto;max-width:620px}.limited-matches .body-text{font-size:24px;line-height:1.6;text-align:left;margin-left:0;margin-right:auto;max-width:620px}.photos .body-text{font-size:24px;line-height:1.6;text-align:right;margin-left:auto;margin-right:0;max-width:620px}.safety .body-text{font-size:24px;line-height:1.6;text-align:left;margin-left:0;margin-right:auto}.contact-form{margin-top:2.5rem;max-width:520px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:1.5rem}.field{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;text-align:left}.field-label{font-size:.9rem}input,textarea{font-family:inherit;font-size:.95rem;padding:.75rem .9rem;border-radius:4px;border:1px solid #d6b6bc;background-color:#ffeef1;color:var(--text-dark)}textarea{resize:vertical;min-height:140px}input:focus,textarea:focus{outline:2px solid var(--red);outline-offset:1px}.button-primary{align-self:center;margin-top:.5rem;padding:.7rem 4.5rem;border-radius:4px;border:none;background-color:var(--red);color:var(--text-light);font-size:.9rem;cursor:pointer}.button-primary:hover{opacity:.95}.footer{background-color:var(--red);background-image:url(/footer.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;color:var(--text-light);padding:3rem 8vw 1.5rem}.footer-inner{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;align-items:flex-start}.footer-left{display:flex;flex-direction:column;gap:.25rem;width:100%}.footer-bottom{display:flex;align-items:center;gap:16px;justify-content:space-between;width:100%}.footer-logo{font-family:Borel,cursive;font-size:1.8rem;margin-bottom:.5rem}.footer-logo-small{font-family:Borel,cursive;font-size:1.4rem;margin-top:.75rem}.footer-copy{font-size:.75rem;opacity:.8}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:0}.footer-links-container{display:flex;flex-direction:column;align-items:flex-end;gap:24px}.footer-links{display:flex;flex-wrap:wrap;gap:16px;font-size:.85rem}.footer-links.secondary{font-size:.85rem;opacity:.9;gap:16px}.footer-social{display:flex;gap:16px;align-items:center;margin-left:auto;margin-top:0}.footer-social-right{margin-left:0}.footer-social .social-icon svg{width:18px;height:18px;fill:currentColor}.footer a{color:inherit}.footer a:hover{text-decoration:underline}@media(max-width:1024px){.section-inner{padding:0 60px}}@media(max-width:768px){.hero{min-height:70vh}.hero-image{height:70vh}.hero-logo{top:100px;font-size:1.8rem}.hero-overlay{bottom:50px}.hero-tagline{font-size:clamp(1.5rem,4vw,2rem)}.nav{padding:1rem 1.5rem}.nav-links{gap:1.25rem;font-size:.85rem}.section{padding:80px 0}.section-inner{padding:0 40px}.intro h2,.limited-matches h2,.photos h2,.safety h2{font-size:36px;margin-bottom:60px}.intro .body-text,.limited-matches .body-text,.photos .body-text,.safety .body-text,.intro .section-eyebrow{font-size:18px}.limited-matches h2,.safety h2,.intro .body-text,.limited-matches .body-text,.photos .body-text,.safety .body-text{text-align:center;margin-left:auto;margin-right:auto}.limited-matches{min-height:auto}.body-text-wide,.intro .body-text,.limited-matches .body-text,.photos .body-text,.safety .body-text,.contact-form{max-width:100%}.footer{padding:2rem 1.5rem 1.5rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:2rem}.footer-left{width:100%}.footer-right{width:100%;align-items:flex-start}.footer-links-container{align-items:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.footer-social{margin-left:0}}@media(max-width:480px){.hero{min-height:60vh}.hero-image{height:60vh}.hero-logo{top:80px;font-size:1.5rem}.hero-overlay{bottom:40px}.hero-tagline{font-size:clamp(1.2rem,5vw,1.6rem)}.nav{padding:.75rem 1rem}.nav-links{gap:1rem;font-size:.8rem;flex-wrap:wrap}.section{padding:60px 0}.section-inner{padding:0 20px}.intro h2,.limited-matches h2,.photos h2,.safety h2{font-size:28px;margin-bottom:40px;line-height:1.3}.intro .body-text,.limited-matches .body-text,.photos .body-text,.safety .body-text{font-size:16px;line-height:1.6}.intro .section-eyebrow{font-size:16px;margin-bottom:12px}.contact-form{gap:1.25rem}.button-primary{padding:.7rem 3rem;font-size:.85rem}.footer{padding:1.5rem 1rem 1rem}.footer-logo{font-size:1.5rem}.footer-links,.footer-links.secondary{flex-direction:column;gap:12px;align-items:flex-start}.footer-social{gap:12px}.footer-social .social-icon svg{width:16px;height:16px}}
