*{box-sizing:border-box}
body{margin:0;background:var(--neatline-ivory);color:var(--neatline-charcoal);font-family:var(--neatline-body-font);-webkit-font-smoothing:antialiased}
.shell{max-width:1220px;min-height:100svh;margin:auto;padding:0 48px;display:flex;flex-direction:column}
header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px 0;border-bottom:1px solid #ded7cc}
.logo{width:238px;height:auto;display:block}
.location{font-size:13px;letter-spacing:.04em;color:#62615e}
main{flex:1;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:56px;padding:64px 0}
.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;margin:0 0 26px}
.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--neatline-gold)}
h1{font-family:var(--neatline-heading-font);font-size:clamp(46px,5.5vw,72px);font-weight:400;line-height:1.08;letter-spacing:-.045em;margin:0 0 27px}
.description{font-size:19px;line-height:1.65;margin:0 0 12px;max-width:31ch}
.area{font-size:15px;line-height:1.7;color:#62615e;max-width:40ch;margin:0}
.notice{display:flex;align-items:flex-start;gap:13px;border-top:1px solid #ded7cc;margin-top:36px;padding-top:22px;max-width:405px}
.notice svg{flex:none;width:22px;height:22px;margin-top:2px;color:#7b6240}
.notice p{margin:0;font-size:13px;line-height:1.7;color:#62615e}
.illustration{background:#f1ebe1;border:1px solid #e4dacc;border-radius:48% 48% 24px 24px;text-align:center;padding:20px 20px 30px}
.illustration svg{display:block;width:100%;height:auto;max-width:440px;margin:auto;stroke-linecap:round;stroke-linejoin:round}
.illustration p{font-family:var(--neatline-heading-font);font-style:italic;font-size:16px;line-height:1.5;margin:0 10px;color:#706551}
.halo{fill:#faf7f2;stroke:#e7decf;stroke-width:1}
.ground{stroke:#cbbba4;stroke-width:1.5}
.house{stroke:#55564f;stroke-width:3.5}
.detail{stroke:#797367;stroke-width:2}
.plant{stroke:#8a8974;stroke-width:2.5}
.sparkle{fill:#be9456;stroke:#be9456;stroke-width:1.5}
.dot{fill:#be9456}
footer{border-top:1px solid #ded7cc;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;font-size:12px;color:#62615e}
footer p{margin:0}
footer a{display:inline-flex;align-items:center;gap:7px;color:var(--neatline-charcoal);text-decoration:none;padding:10px 0}
footer a:hover{text-decoration:underline;text-underline-offset:4px}
footer a:focus-visible{outline:2px solid currentColor;outline-offset:5px;border-radius:2px}
footer svg{width:15px;height:15px}
@media(max-width:760px){.shell{padding:0 24px}header{padding:23px 0}.logo{width:190px}.location{display:none}main{grid-template-columns:1fr;gap:36px;padding:42px 0}.eyebrow{margin-bottom:20px}h1{font-size:54px}.description{font-size:18px}.notice{margin-top:26px}.illustration{max-width:380px;width:100%;justify-self:center;padding:0 10px 22px}.illustration svg{max-width:280px}.illustration p{font-size:14px}footer{font-size:11px;padding:15px 0}}
@media(max-width:360px){.shell{padding:0 20px}h1{font-size:46px}footer{gap:10px}}
