
:root{--pink:#f7e3df;--rose:#b76e79;--gold:#b97862;--cream:#fffaf8;--text:#4a3432}
*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--text);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}
.gh-header{background:#fffaf8;border-bottom:1px solid #ead2cd;position:sticky;top:0;z-index:10}.gh-nav{max-width:1200px;margin:auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.gh-logo{font-family:Georgia,serif;font-size:28px;letter-spacing:3px;color:#9f5c59}.gh-menu{display:flex;gap:28px;font-size:14px}.gh-menu a:hover{color:var(--rose)}
.gh-hero{position:relative;overflow:hidden;background:var(--pink)}.gh-hero img{width:100%;display:block;max-height:680px;object-fit:cover}.gh-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(90deg,rgba(247,227,223,.82),rgba(247,227,223,.12),rgba(247,227,223,.55))}.gh-copy{max-width:600px;padding:30px}.gh-copy h1{font:500 58px Georgia,serif;letter-spacing:5px;margin:0 0 12px;color:#8d4f4c}.gh-copy p{font-size:18px;line-height:1.6}.gh-btn{display:inline-block;background:#b76e79;color:white;padding:14px 28px;border-radius:4px;letter-spacing:1px;margin-top:10px}
.gh-products{max-width:1200px;margin:60px auto;padding:0 24px;text-align:center}.gh-products h2,.gh-footer h2{font:500 36px Georgia,serif;color:#8d4f4c}.gh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}.gh-card{background:white;border:1px solid #ecd9d5;padding:28px;border-radius:8px}.gh-card .icon{font-size:38px;color:#b97862}.gh-card h3{font:500 22px Georgia,serif}
.gh-footer{background:#f2d6d2;padding:45px 24px;text-align:center;margin-top:50px}.gh-footer p{max-width:700px;margin:10px auto;line-height:1.6}.gh-bottom{font-size:12px;margin-top:28px;opacity:.75}
@media(max-width:700px){.gh-menu{gap:12px;font-size:12px}.gh-logo{font-size:21px}.gh-copy h1{font-size:38px}.gh-overlay{position:relative;background:var(--pink)}.gh-hero img{max-height:none}.gh-grid{grid-template-columns:1fr}}
