
:root{--red:#be1127;--deep:#850b19;--black:#100e0f;--cream:#fbf6ef;--text:#272123;--muted:#6b6264;--line:#e4d8d3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}figure{margin:0}.wrap{width:min(1240px,90vw);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:#100e0f;color:white;border-bottom:3px solid var(--red)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:112px}.brand{display:flex;align-items:center;gap:18px;text-decoration:none;font:700 24px Georgia,serif;line-height:1.15}.brand img{width:90px;height:90px;object-fit:contain}.brand small{display:block;font-size:19px;font-weight:400;letter-spacing:.06em;margin-top:7px}nav{display:flex;align-items:center;gap:36px}nav a{text-decoration:none;font-size:14px;letter-spacing:.04em}nav a:last-child{background:var(--red);padding:11px 24px}nav a:hover{color:#f4bfc6}.hero{background:#100e0f;color:var(--cream);overflow:hidden}.hero-grid{display:grid;grid-template-columns:.95fr 1.1fr;gap:24px;align-items:center;min-height:650px}.hero-copy{padding:60px 0;position:relative;z-index:1}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.19em;text-transform:uppercase;color:var(--red);margin:0 0 22px}.hero .eyebrow{color:#f89ba8}h1,h2,h3{margin:0;line-height:1.08}h1{font:400 clamp(44px,4.7vw,72px)/1.08 Georgia,serif;letter-spacing:-.045em}h1 em,h2 em{font-weight:400;color:#dd3550}h2{font:400 clamp(36px,3.8vw,56px)/1.12 Georgia,serif;letter-spacing:-.035em}.lead{font-size:16px;color:#d2c5c6;max-width:410px;margin:26px 0}.actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:15px 24px;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.025em}.primary{color:white;background:var(--red);border:1px solid #ed4b61}.primary:hover{background:var(--deep)}.text-link{text-underline-offset:6px;font-size:14px;font-weight:600}.hero-foot{color:#b3a0a3;font-size:11px;margin:28px 0 0;letter-spacing:.035em}.hero-card{position:relative;align-self:stretch;display:flex;align-items:center}.hero-card img{width:100%;height:auto;object-fit:contain}.hero-card figcaption,.contact-photo figcaption{position:absolute;bottom:12px;right:15px;color:#d2c4c5;font-size:9px;background:#100e0fc9;padding:3px 8px}.ribbon{background:var(--red);color:white;min-height:56px;display:flex;justify-content:center;align-items:center;gap:38px;font-size:12px;letter-spacing:.12em}.ribbon span:first-child{text-transform:uppercase;font-weight:700}.section{padding:100px 0}.light{background:var(--cream)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-photo{position:relative;padding:22px 22px 14px;background-color:var(--black);background-image:radial-gradient(#fff 2px,transparent 2.5px);background-size:22px 22px;transform:rotate(-2deg);box-shadow:12px 15px 0 #ebdad6}.about-photo img{width:100%;aspect-ratio:1.35;object-fit:contain;background:#f5eee7;border:5px solid white}.about-photo figcaption{background:var(--black);color:white;text-align:center;font-size:11px;padding:10px 5px}.about-copy p:not(.eyebrow){color:var(--muted);max-width:430px;margin:25px 0}.about-copy h2 em{color:var(--red)}.sold{position:absolute;top:18px;left:18px;color:white;background:var(--red);font-size:10px;font-weight:800;letter-spacing:.16em;padding:7px 14px;box-shadow:0 2px 6px #0002}.about-photo .sold{top:36px;left:36px}#gallery{background:#fffdfa;border-top:1px solid var(--line);text-align:center}.section-intro{color:var(--muted);font-size:14px;margin:22px auto 0;max-width:550px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 26px;margin-top:48px;text-align:left}.gallery figure{border:1px solid #e2d7d0;background:var(--cream);box-shadow:0 7px 25px #23101607}.photo{position:relative;padding:10px;background-color:#100e0f;background-image:radial-gradient(#fff 1.5px,transparent 2px);background-size:16px 16px;border-bottom:4px solid var(--red)}.photo img{width:100%;height:280px;object-fit:contain;background:#f2e9e3}.photo .sold{top:22px;left:22px}.gallery figcaption{padding:22px 23px}.gallery h3{font:400 22px/1.2 Georgia,serif}.gallery figcaption p{font-size:12px;color:var(--muted);margin:12px 0 0}.dark{background-color:var(--black);background-image:radial-gradient(#ffffff55 1.7px,transparent 2px);background-size:26px 26px;color:white}.contact{display:grid;grid-template-columns:.8fr 1fr;gap:80px;align-items:center;background:#100e0f;padding:45px}.contact-photo{position:relative;max-width:440px}.contact-photo img{width:100%}.contact-copy .eyebrow{color:#f591a0}.contact-copy p:not(.eyebrow){color:#cdbfc1;max-width:350px;margin:24px 0}.contact-copy .btn{margin:4px 0 20px}.email{display:block;font-size:13px;text-underline-offset:5px;overflow-wrap:anywhere}.contact-copy .location{font-size:12px}footer{background:#070707;border-top:3px solid var(--red);color:#c5b5b8;padding:26px 0;font-size:11px}.footer-row{display:flex;justify-content:space-between;gap:20px}.footer-row a{text-decoration:none}a:focus-visible{outline:3px solid #e45469;outline-offset:6px}section[id]{scroll-margin-top:112px}@media(max-width:950px){.nav{min-height:92px}.brand{font-size:20px}.brand small{font-size:16px}.brand img{width:72px;height:72px}nav{gap:20px}.hero-grid{min-height:540px}.hero-copy{padding:45px 0}.hero-grid{gap:10px}.about-grid{gap:45px}.gallery{gap:24px 18px}.photo img{height:230px}.contact{gap:35px;padding:30px}.section{padding:75px 0}}@media(max-width:680px){.wrap{width:90vw}.nav{min-height:90px;gap:12px;flex-wrap:wrap;padding:10px 0 12px}.brand{font-size:19px}.brand small{font-size:15px}.brand img{width:65px;height:65px}nav{width:100%;justify-content:center;gap:32px;border-top:1px solid #ffffff25;padding-top:9px}nav a{font-size:12px}nav a:last-child{padding:5px 16px}.hero-grid{grid-template-columns:1fr;gap:0;min-height:0}.hero-copy{text-align:center;padding:46px 0 14px}.hero .eyebrow{font-size:9px;letter-spacing:.13em}h1{font-size:48px}.lead{font-size:14px;max-width:360px;margin:20px auto}.actions{justify-content:center;gap:22px;margin-top:22px}.hero-foot{margin-top:22px;font-size:10px}.hero-card{max-width:520px;margin:0 auto}.hero-card figcaption{bottom:6px}.ribbon{gap:13px;font-size:8px;letter-spacing:.07em;min-height:46px}.section{padding:60px 0}.about-grid,.contact{grid-template-columns:1fr;gap:36px}.about-photo{max-width:450px;margin:auto}.about-copy{padding-top:10px}.about-copy h2{font-size:40px}.gallery{grid-template-columns:repeat(2,1fr);gap:20px 14px;margin-top:32px}.photo{padding:6px;background-size:13px 13px}.photo img{height:195px}.gallery figcaption{padding:15px}.gallery h3{font-size:19px}.gallery figcaption p{font-size:11px}.photo .sold{top:14px;left:12px;padding:5px 9px;font-size:9px}.contact{padding:22px}.contact-photo{max-width:330px;margin:auto}.contact-copy{text-align:center;padding:0 5px 15px}.contact-copy p:not(.eyebrow){margin:22px auto}.contact-copy h2{font-size:42px}.email{font-size:12px}.footer-row{flex-direction:column;text-align:center;gap:10px}section[id]{scroll-margin-top:140px}}@media(max-width:390px){.gallery{grid-template-columns:1fr}.photo img{height:270px}h1{font-size:43px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.hero-card{align-self:center;padding:18px;background-color:#100e0f;background-image:radial-gradient(white 2px,transparent 2.5px);background-size:22px 22px;border-bottom:7px solid var(--red);margin:36px 0}.hero-card img{width:100%;height:auto}.hero-card .sold{top:30px;left:30px}.contact-photo{padding:14px;background-color:#100e0f;background-image:radial-gradient(white 2px,transparent 2.5px);background-size:20px 20px;border-bottom:5px solid var(--red)}.contact-photo img{width:100%;height:auto;object-fit:contain}.contact-photo .sold{top:25px;left:25px}@media(max-width:680px){.hero-card{margin:20px auto 38px;width:100%}}

/* Large brand mark and individual-photo list */
.site-header{position:relative}.nav{min-height:330px;padding:22px 0}.brand img{width:290px;height:290px;object-fit:contain}.brand{font-size:32px;gap:30px}.brand small{font-size:25px}.gallery{display:flex;flex-direction:column;max-width:940px;margin:48px auto 0;gap:30px}.gallery figure{display:grid;grid-template-columns:minmax(260px,42%) 1fr;align-items:stretch}.gallery .photo{border-bottom:0;border-right:5px solid var(--red)}.gallery .photo img{height:310px;width:100%;object-fit:contain}.gallery figcaption{padding:35px;align-self:center}.gallery figcaption .dog-status{font-size:24px;font-weight:800;color:var(--red);letter-spacing:.12em;margin:0 0 18px}.gallery figcaption p{font-size:15px}.gallery .sold{font-size:12px}section[id]{scroll-margin-top:25px}@media(max-width:950px){.brand{font-size:26px}.brand small{font-size:20px}.brand img{width:230px;height:230px}.nav{min-height:270px}nav{gap:18px}}@media(max-width:680px){.nav{justify-content:center;padding:22px 0 15px}.brand{flex-direction:column;gap:15px;text-align:center;font-size:27px}.brand small{font-size:22px}.brand img{width:270px;height:270px}.nav nav{margin-top:12px}.gallery figure{grid-template-columns:1fr}.gallery .photo{border-right:0;border-bottom:5px solid var(--red)}.gallery .photo img{height:300px}.gallery figcaption{padding:24px}.gallery{gap:28px}.gallery figcaption .dog-status{font-size:22px}section[id]{scroll-margin-top:15px}}

.gallery figcaption h3{font:400 42px/1.15 Georgia,serif;margin:0 0 18px}.gallery figcaption .dog-status{font-size:16px}@media(max-width:680px){.gallery figcaption h3{font-size:34px}}

.photo .sold,.hero-card .sold,.about-photo .sold,.contact-photo .sold{top:auto;left:50%;bottom:22px;transform:translateX(-50%) rotate(-9deg);background:#fffffff0;color:#d00022;border:4px solid #d00022;font-size:32px;font-weight:900;letter-spacing:.14em;line-height:1;padding:10px 17px;box-shadow:0 2px 8px #0002}.gallery .photo{position:relative}@media(max-width:680px){.photo .sold,.hero-card .sold,.about-photo .sold,.contact-photo .sold{font-size:28px}}

/* Contact form and sold puppy roster */
.contact{align-items:start}.contact-copy{min-width:0}.contact-form{margin-top:35px;padding-top:28px;border-top:1px solid #66464c;text-align:left}.contact-form h3{font:28px Georgia,serif;margin-bottom:24px}.contact-form label{display:block;font-size:14px;margin:15px 0 6px}.contact-form label span{color:#cdbfc1}.contact-form input:not([type=hidden]),.contact-form textarea{width:100%;padding:13px;border:1px solid #aa8e94;border-radius:3px;background:#fffdfa;color:#272123;font:16px Arial,sans-serif}.contact-form textarea{resize:vertical}.contact-form input:focus-visible,.contact-form textarea:focus-visible,.contact-form button:focus-visible{outline:3px solid #f591a0;outline-offset:3px}.contact-form button{cursor:pointer;margin-top:20px}.sold-roster{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:0;margin:30px auto;max-width:940px}.sold-roster li{border:1px solid #e4d8d3;background:#fbf6ef;padding:10px 16px}.sold-roster strong{color:#be1127;font-size:11px;letter-spacing:.08em;margin-left:8px}.thank-you{min-height:100vh;display:grid;place-items:center;padding:35px;background:#100e0f;color:white;text-align:center}.thank-you img{width:240px;margin:0 auto 25px}.thank-you p{max-width:540px;margin:25px auto}.footer-row{flex-wrap:wrap}

/* Larger homepage logo, preserving the approved layout */
.brand img{width:390px;height:390px;flex-shrink:0}.nav{min-height:434px}.brand{gap:26px}nav{gap:24px}
@media(max-width:1100px) and (min-width:681px){.brand img{width:310px;height:310px}.nav{min-height:354px;flex-wrap:wrap;justify-content:center}.nav nav{padding-bottom:10px}}
@media(max-width:680px){.brand img{width:min(340px,84vw);height:auto}.nav{min-height:0}.nav nav{gap:22px;flex-wrap:wrap}}
