
:root{
  --cream:#f4eedc; --paper:#fffdf8; --butter:#e8dc84; --gold:#b69d31;
  --blue:#9bb4bc; --blue-dark:#4d6971; --ink:#111514; --muted:#68655b;
  --line:#d8cfb8; --shadow:0 18px 50px rgba(20,25,22,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.65}
a{color:inherit} img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.97);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:94px}
.brand{display:flex;align-items:center;text-decoration:none;min-width:300px}.brand img{height:62px;width:auto;max-width:420px;object-fit:contain}
nav{display:flex;flex-wrap:wrap;gap:22px;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}
nav a{text-decoration:none;border-bottom:1px solid transparent;padding:8px 0}nav a:hover,nav a.active{border-color:var(--gold);color:var(--blue-dark)}
.hero{display:grid;grid-template-columns:.92fr 1.18fr;min-height:610px;background:var(--paper);border-bottom:1px solid var(--line)}
.hero-copy{padding:82px max(5vw,44px) 68px;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--blue-dark);font-weight:bold}
h1{font-size:clamp(3rem,5.5vw,5.8rem);line-height:.98;margin:.16em 0 .25em;font-weight:500;letter-spacing:-.035em}.hero-copy p{font-size:1.16rem;max-width:560px}
.script{font-family:'Segoe Script','Bradley Hand',cursive;color:#93752f;font-size:1.45rem;margin-top:12px}
.hero-photo{min-height:520px;overflow:hidden;background:var(--blue)}.hero-photo img{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center center}
.section{padding:76px 0}.section.alt{background:var(--paper);border-block:1px solid var(--line)}
.section-title{font-size:clamp(2rem,4vw,3.5rem);line-height:1.12;margin:.1em 0 12px;font-weight:500}.section-lede{max-width:780px;color:var(--muted);font-size:1.08rem;margin-top:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:36px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:34px}
.card{background:var(--paper);border:1px solid var(--line);padding:30px;box-shadow:var(--shadow)}.card h3{margin-top:0;font-size:1.5rem;font-weight:500}.card p{color:#403e37}.card a{color:var(--blue-dark)}
.btn{display:inline-block;background:var(--blue-dark);color:white;text-decoration:none;padding:12px 18px;margin:10px 8px 0 0;text-transform:uppercase;letter-spacing:.07em;font-size:.8rem;border:1px solid var(--blue-dark)}.btn.secondary{background:transparent;color:var(--blue-dark)}
.update-box{background:var(--paper);border:1px solid var(--line);padding:38px;box-shadow:var(--shadow)}.update-actions{margin-top:18px}.coming-soon{display:inline-block;margin-top:10px;padding:8px 12px;border:1px dashed var(--blue-dark);color:var(--blue-dark);font-size:.82rem;letter-spacing:.05em;text-transform:uppercase}
.story-strip{display:grid;grid-template-columns:1fr 1fr;background:var(--blue);color:#102126}.story-strip .panel{padding:62px max(5vw,40px)}.story-strip .panel:first-child{background:var(--ink);color:white}.story-strip h2{font-size:2.45rem;margin-top:0;font-weight:500}
.page-hero{padding:66px 0 42px;background:var(--paper);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.8rem,5vw,4.8rem)}
.prose{max-width:820px;font-size:1.08rem}.prose h2{font-size:2rem;margin:2em 0 .4em}.prose p:first-of-type{font-size:1.2rem}.prose strong{font-weight:600}
.feature-stack{display:grid;gap:28px}.feature{background:var(--paper);border:1px solid var(--line);padding:34px;box-shadow:var(--shadow)}.feature h2{margin:0 0 10px;font-size:2rem;font-weight:500}.feature p:last-child{margin-bottom:0}
.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}.visit-box{background:var(--paper);border:1px solid var(--line);padding:34px;box-shadow:var(--shadow)}.visit-box h2,.visit-box h3{margin-top:0}.details{display:grid;gap:18px}.detail{display:grid;grid-template-columns:34px 1fr;gap:14px}.detail b{display:block}.detail span{display:block;color:#46443d}
.cash-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:38px;align-items:center}.cash-photo img{width:100%;max-height:650px;object-fit:cover;object-position:center 35%;border:1px solid var(--line);box-shadow:var(--shadow)}
.smallprint{font-size:.86rem;color:var(--muted)}
footer{background:#6f8f97;color:white;border-top:6px solid #bdac45}.footer-main{padding:30px 0 22px}.footer-inner{display:flex;justify-content:space-between;gap:28px;align-items:center}.footer-brand{display:flex;align-items:center;gap:13px}.footer-brand img{width:50px;height:50px;border-radius:50%;object-fit:cover}.footer-links{display:flex;flex-wrap:wrap;gap:18px;font-size:.92rem}.footer-links a{text-decoration:none}.legal{border-top:1px solid rgba(255,255,255,.25);padding:13px 0 16px;text-align:center;font-size:.78rem;letter-spacing:.03em;color:rgba(255,255,255,.9)}
.notice{background:#eef3f4;border-left:4px solid var(--blue-dark);padding:18px 20px;margin:20px 0;color:#3f4b4e}
@media(max-width:900px){.header-inner{align-items:flex-start;padding:14px 0;flex-direction:column}.brand{min-width:0}.brand img{height:50px;max-width:320px}nav{gap:14px}.hero,.grid-2,.visit-grid,.story-strip,.cash-section{grid-template-columns:1fr}.hero{min-height:0}.hero-copy{padding:56px 6vw}.hero-photo,.hero-photo img{min-height:400px}.grid-3{grid-template-columns:1fr}.footer-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.brand img{height:44px;max-width:280px}.hero-copy{padding:44px 5vw}.section{padding:56px 0}.hero-photo,.hero-photo img{min-height:310px}.cash-photo img{max-height:520px}}

/* Photography + Sender signup */
.sender-wrap{margin:18px 0 8px;min-height:74px}.signup-note{font-size:.86rem;color:var(--muted);margin:8px 0 0}.sender-form-field{max-width:100%}
.photo-band{display:grid;grid-template-columns:1.05fr .95fr;min-height:430px;background:var(--paper);border-block:1px solid var(--line)}.photo-band>img{width:100%;height:100%;min-height:430px;object-fit:cover;object-position:center 48%}.photo-band-copy{padding:58px max(5vw,44px);display:flex;flex-direction:column;justify-content:center}.photo-band-copy h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;font-weight:500;margin:.15em 0 .3em}.photo-band-copy p{max-width:560px;color:var(--muted)}
.kitchen-gallery-section{padding:8px 0 76px}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.photo-card{margin:0;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.photo-card img{width:100%;height:320px;object-fit:cover}.photo-card figcaption{padding:12px 14px;font-size:.88rem;color:#4b4941;font-style:italic}.photo-card.tall img{object-position:center 40%}
.feature-with-photo{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:stretch;padding:0;overflow:hidden}.feature-with-photo.reverse{grid-template-columns:1.2fr .8fr}.feature-with-photo.reverse .feature-photo{order:2}.feature-photo{min-height:420px;background:#ddd}.feature-photo img{width:100%;height:100%;min-height:420px;object-fit:cover}.feature-copy{padding:34px}.feature-copy h2{margin-top:0}.feature-with-photo.reverse .feature-photo img{object-position:center 55%}
@media(max-width:900px){.photo-band,.feature-with-photo,.feature-with-photo.reverse{grid-template-columns:1fr}.feature-with-photo.reverse .feature-photo{order:0}.photo-grid{grid-template-columns:repeat(2,1fr)}.photo-band-copy{padding:44px 6vw}.photo-band>img{min-height:350px}.feature-photo,.feature-photo img{min-height:360px}}
@media(max-width:560px){.photo-grid{grid-template-columns:1fr 1fr;gap:10px}.photo-card img{height:230px}.photo-card figcaption{font-size:.78rem;padding:9px 10px}.photo-band>img{min-height:300px}.feature-photo,.feature-photo img{min-height:300px}}
