/* Larger product photos and a compact guide to local custom orders. */
.home .hero{display:block;padding-top:44px;padding-bottom:36px;background:#76283f;color:var(--cream)}.home .hero h1{font-size:clamp(2.7rem,5vw,4.4rem);margin-bottom:18px}.home .hero .intro{max-width:650px;margin-bottom:22px;color:#f3e6d8}.home .gallery-section{padding-top:32px;padding-bottom:32px}.home .section-title{margin-bottom:22px}.home .section-title h2{font-size:clamp(1.8rem,3vw,2.4rem)}.home-creations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-creations .gallery-item{background:#fcf4e7;border:1px solid #d1bea6;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.home-creations .gallery-image{height:350px;border-radius:0;background:#eadfc9}.home-creations .gallery-image img{width:100%;height:100%;object-fit:contain}.home-creations figcaption{padding:18px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.home-creations h3{font-size:1.5rem;margin-bottom:14px}.home-creations .creation-customize{margin-top:auto;padding:10px 15px;font-size:.9375rem;min-height:44px}.home .gallery-more{margin-top:20px;text-align:center}.home .about-section{padding-top:28px;padding-bottom:28px;gap:30px;border-top:1px solid #d1bea6;background:#fcf4e7}.home .about-section h2{font-size:2rem}.home footer{padding-top:18px;flex-wrap:wrap;gap:10px 24px}.home footer a{font-size:.9375rem;min-height:44px;display:inline-flex;align-items:center;text-underline-offset:4px}
@media(max-width:800px){.home .hero{padding:32px 6%}.home .hero h1{font-size:2.7rem}.home .hero .actions{gap:10px}.home .hero .actions .button{flex:0 1 auto;font-size:.9375rem;padding:11px 15px}.home .gallery-section{padding-top:26px;padding-bottom:24px}.home-creations{grid-template-columns:1fr;gap:20px}.home-creations .gallery-item{display:flex}.home-creations .gallery-image{height:clamp(280px,80vw,400px);border-radius:0}.home-creations figcaption{padding:18px;justify-content:flex-start}.home-creations h3{font-size:1.4rem;margin-bottom:12px}.home-creations .creation-customize{margin-top:0;font-size:.875rem;padding:8px 10px;gap:8px}.home .about-section{gap:14px;padding:24px 6%}.home footer{display:flex;flex-direction:row;align-items:center}.home footer strong{width:100%}.home footer span{width:100%}}
@media(max-width:360px){.home-creations figcaption{padding:16px}.home .hero h1{font-size:2.4rem}}

.home .home-service{margin:16px 0 0;color:#f3e6d8;font-size:1rem;line-height:1.5}
.home .home-ordering{padding-top:40px;padding-bottom:40px;background:#ecddb9;border-top:1px solid #d1bea6}
.home-ordering h2{font-size:clamp(1.8rem,3vw,2.4rem);margin:0 0 28px}
.home-ordering-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;list-style:none;margin:0;padding:0}
.home-ordering-steps li{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:12px;min-width:0}
.home-step-number{display:grid;place-items:center;width:36px;height:36px;border:1px solid #d1bea6;border-radius:50%;background:var(--gold);color:var(--ink);font-size:1rem;font-weight:700}
.home-ordering-steps h3{margin:4px 0 8px;font:700 1.125rem/1.35 var(--font);letter-spacing:0}
.home-ordering-steps p{margin:0;color:var(--muted);font-size:1rem;line-height:1.55}
@media(max-width:800px){.home .home-ordering{padding:30px 6%}.home-ordering h2{margin-bottom:24px}.home-ordering-steps{grid-template-columns:1fr;gap:22px}}

.home .hero h1 em{color:var(--gold)}
.home .hero .button{background:var(--gold);border-color:var(--gold);color:var(--ink)}
.home .hero .button:hover{background:var(--gold-hover);border-color:var(--gold-hover)}
.home .hero .button.light{background:transparent;border-color:#dec2a0;color:var(--cream)}
.home .hero .button.light:hover{background:#89354f;border-color:#dec2a0}
.home .hero a:focus-visible{outline-color:var(--gold)!important}

.home .about-section{grid-template-columns:minmax(0,240px) minmax(0,1fr);gap:40px;padding-top:36px;padding-bottom:36px}
.about-portrait{margin:0;width:100%;max-width:240px}
.about-portrait img{display:block;width:100%;height:auto;border-radius:14px;border:1px solid #d1bea6}
.home .about-copy{max-width:580px}
.home .about-copy h2{margin-bottom:16px}
.home .studio-hours{font-size:.9375rem}
@media(max-width:600px){.home .about-section{grid-template-columns:1fr;gap:22px;padding-top:28px;padding-bottom:28px}.about-portrait{max-width:180px;justify-self:center}.home .about-copy h2{text-align:center}}
