
:root{
  --ink:#1f2933; --muted:#5f6c76; --paper:#fffdf8; --panel:#f5f1e8;
  --accent:#a72a2a; --accent-dark:#7e1f1f; --gold:#d7a63b; --line:#ded7ca;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}
.topbar{background:#20262b;color:white;font-size:.92rem}
.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.site-header{background:white;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:13px 0}
.logo{width:245px;max-height:74px;object-fit:contain}
nav{display:flex;gap:22px;align-items:center;font-weight:700}
nav a{text-decoration:none}
nav a:hover{color:var(--accent)}
.btn{display:inline-block;background:var(--accent);color:white;text-decoration:none;padding:12px 20px;border-radius:7px;font-weight:700}
.btn:hover{background:var(--accent-dark)}
.btn.alt{background:white;color:var(--accent);border:2px solid var(--accent)}
.hero{background:linear-gradient(100deg,#f5efe4 0%,#fffdf8 65%);padding:58px 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:800;font-size:.82rem}
h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.02;margin:.15em 0 .25em}
h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,3vw,3rem);line-height:1.1;margin:.2em 0 .35em}
h3{margin:.4em 0 .2em}
.lead{font-size:1.18rem;color:#414b53;max-width:650px}
.hero-photo{border-radius:18px;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.16);aspect-ratio:4/3}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
section{padding:70px 0}
.center{text-align:center}
.intro{max-width:800px;margin:0 auto 36px;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:white;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.card-body{padding:19px}
.card p{color:var(--muted);margin-top:5px}
.card a{color:var(--accent);font-weight:700;text-decoration:none}
.about{background:var(--panel)}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center}
.about img{border-radius:14px;width:100%}
.quote{font-family:Georgia,'Times New Roman',serif;font-size:1.35rem;max-width:820px;margin:25px auto 0}
.cta{background:#20262b;color:white}
.cta-grid{display:flex;justify-content:space-between;gap:35px;align-items:center}
.cta p{color:#d8dde1;max-width:700px}
footer{background:#15191d;color:#cfd5d9;padding:38px 0;font-size:.94rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}
footer h3{color:white}
footer a{color:#fff;text-decoration:none}
.small{font-size:.88rem;color:#777}
@media(max-width:850px){
  .topbar .wrap{display:block;text-align:center}
  nav{display:none}
  .hero-grid,.about-grid{grid-template-columns:1fr}
  .hero{padding:40px 0}
  .cards{grid-template-columns:1fr 1fr}
  .cta-grid{display:block}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .cards{grid-template-columns:1fr}
  .header-inner{justify-content:center}
  .header-inner>.btn{display:none}
}

.page-hero{background:linear-gradient(100deg,#f5efe4 0%,#fffdf8 70%);padding:52px 0 42px}
.narrow{max-width:900px}
.content{max-width:920px}
.content h2{margin-top:1.3em}
.content h3{margin-top:1.1em}
.content ul{padding-left:1.2rem}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-box{border:1px solid var(--line);border-radius:12px;padding:22px;background:#fff}
.service-box h3{margin-top:0}
.service-box a{color:var(--accent);font-weight:700;text-decoration:none}
.photo-right{float:right;width:38%;margin:0 0 20px 28px;border-radius:12px}
.note{background:var(--panel);border-left:4px solid var(--gold);padding:18px 20px;border-radius:8px}
.form-placeholder{border:2px dashed var(--line);background:#faf8f3;border-radius:12px;padding:28px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.fake-field{border:1px solid var(--line);background:white;border-radius:7px;padding:13px;color:#777}
.review-card{border:1px solid var(--line);border-radius:12px;padding:22px;margin:18px 0;background:white}
@media(max-width:850px){
  .service-grid,.form-grid{grid-template-columns:1fr}
  .photo-right{float:none;width:100%;margin:0 0 22px}
}

.breadcrumbs{font-size:.9rem;color:var(--muted);margin-bottom:14px}
.breadcrumbs a{color:var(--accent);text-decoration:none}
.two-col{display:grid;grid-template-columns:1.18fr .82fr;gap:38px;align-items:start}
.fact-box{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:24px;position:sticky;top:112px}
.fact-box h3{margin-top:0}
.tick-list{list-style:none!important;padding-left:0!important}
.tick-list li{padding:.3rem 0 .3rem 1.7rem;position:relative}
.tick-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}
.gallery figure{margin:0;border-radius:10px;overflow:hidden;background:#eee;aspect-ratio:4/3}
.gallery img{width:100%;height:100%;object-fit:cover}
.faq{border-top:1px solid var(--line);padding:17px 0}
.faq h3{font-size:1.08rem;margin:0 0 5px}
.callout{background:#20262b;color:white;border-radius:14px;padding:28px;margin:36px 0}
.callout h2{color:white;margin-top:0}
.callout p{color:#e2e6e8}
@media(max-width:850px){
 .two-col{grid-template-columns:1fr}
 .fact-box{position:static}
 .gallery{grid-template-columns:repeat(2,1fr)}
}

/* Cake topper portfolio: show the whole subject rather than cropping portrait photos */
.cake-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  align-items:start;
  margin-top:28px;
}
.cake-gallery figure{
  margin:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
  padding:10px;
}
.cake-gallery img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  display:block;
  border-radius:8px;
}
@media(max-width:850px){
  .cake-gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .cake-gallery{grid-template-columns:1fr}
}

.face-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}
.face-gallery figure{margin:0;background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;padding:8px}
.face-gallery img{width:100%;height:auto;display:block;border-radius:8px}
.face-gallery.small{grid-template-columns:repeat(4,1fr)}
@media(max-width:850px){
  .face-gallery,.face-gallery.small{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .face-gallery,.face-gallery.small{grid-template-columns:1fr}
}


/* Embedded Google enquiry form */
.google-form-wrap{
  width:100%;
  max-width:none;
  margin:0 auto 28px;
  overflow:visible;
}
.google-form-wrap iframe{
  display:block;
  width:100% !important;
  height:2100px;
  min-height:2100px;
  border:0;
  background:transparent;
}
.enquiry-note{margin-top:22px}
.enquiry-privacy a{color:var(--accent);font-weight:700}
@media(max-width:850px){
  .google-form-wrap iframe{height:2250px;min-height:2250px}
}
@media(max-width:560px){
  .google-form-wrap iframe{height:2450px;min-height:2450px}
}
.enquiry-after{
  margin:34px 0 24px;
}
.enquiry-after h2{margin-bottom:12px}
.enquiry-after a{color:var(--accent);font-weight:700}

.enquiry-page-content{
  max-width:1200px;
}

.privacy-content{
  max-width:920px;
}
.privacy-content h2{
  margin-top:1.65em;
}
.privacy-content a{
  color:var(--accent);
  font-weight:700;
}
