/*
Theme Name: Jones's Kitchen Exact
Author: Jones's Kitchen
Version: 3.0
Description: Jones's Kitchen catering website based on supplied screenshot.
*/

:root{
  --pink:#f64d7f;
  --pink2:#ff7fa3;
  --soft:#fff3f6;
  --soft2:#ffe8ef;
  --burgundy:#5b1434;
  --text:#2e1a22;
  --line:#f7bdcc;
}

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
}

body{
  font-family:'Montserrat','Trebuchet MS',Arial,sans-serif;
  color:var(--text);
  background:#fffafc;
  font-size:15px;
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

/* ==========================================================
   HEADER
   ========================================================== */

.site-header{
  height:84px;
  display:grid;
  grid-template-columns:220px 1fr 220px;
  align-items:center;
  padding:0 30px;
  background:#fff;
  position:sticky;
  top:0;
  z-index:50;
  box-shadow:0 2px 15px rgba(80,20,45,.04);
}

.logo{
  position:absolute;
  top:14px;
  left:34px;
  z-index:60;
}

.logo img{
  width:148px;
  height:148px;
  object-fit:contain;
}

.main-nav{
  grid-column:2;
  display:flex;
  justify-content:center;
  gap:52px;
  font-weight:800;
  color:#47142a;
}

.main-nav a{
  padding:32px 0 18px;
  border-bottom:2px solid transparent;
}

.main-nav a:hover,
.main-nav a.current{
  color:var(--pink);
  border-color:var(--pink);
}

.header-quote{
  justify-self:end;
  background:linear-gradient(135deg,#f65080,#ec3f73);
  color:white;
  border-radius:999px;
  padding:13px 27px;
  font-weight:900;
  display:flex;
  align-items:center;
  gap:10px;
  box-shadow:0 8px 18px rgba(246,77,127,.22);
}

.wa{
  border:2px solid currentColor;
  border-radius:50%;
  width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
  font-size:12px;
}

/* ==========================================================
   HOME HERO
   ========================================================== */

.hero{
  height:422px;
  display:grid;
  grid-template-columns:46% 54%;
  border-bottom:2px solid var(--line);
  background:
    radial-gradient(circle at 6% 74%, transparent 0 90px, rgba(246,77,127,.10) 91px, transparent 92px),
    linear-gradient(90deg,#fff1f5 0%,#fff7f9 46%,#fff 46%);
  overflow:hidden;
}

.hero-left{
  padding:57px 20px 24px 14.2vw;
  position:relative;
}

.hero-left:before{
  content:"";
  position:absolute;
  left:-18px;
  bottom:18px;
  width:210px;
  height:250px;
  opacity:.28;
  background:radial-gradient(ellipse at center, transparent 48%, #f78aa8 49%, transparent 51%);
  border-radius:45% 55% 55% 45%;
  transform:rotate(-28deg);
}

.script{
  color:var(--pink);
  font-family:'Brush Script MT','Segoe Script',cursive;
  font-size:34px;
  line-height:1;
  margin:0 0 12px;
  font-weight:400;
}

.hero h1{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
  font-size:65px;
  line-height:.98;
  letter-spacing:-1.6px;
  margin:0 0 23px;
}

.hero p{
  max-width:470px;
  font-size:17px;
  line-height:1.62;
  margin:0;
}

.hero-rule{
  width:360px;
  height:18px;
  position:relative;
  margin:22px 0 18px;
  border-top:2px solid var(--pink2);
}

.hero-rule:after{
  content:"♥";
  color:var(--pink);
  background:#fff6f8;
  position:absolute;
  left:50%;
  top:-12px;
  transform:translateX(-50%);
  padding:0 14px;
}

.features{
  display:flex;
  gap:38px;
}

.feature{
  display:flex;
  align-items:center;
  gap:13px;
  font-weight:900;
  color:#381523;
  line-height:1.35;
}

.feature .icon{
  width:48px;
  height:48px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff648d,#ec3f73);
  color:white;
  display:grid;
  place-items:center;
  font-size:24px;
}

.hero-image{
  border-top-left-radius:235px;
  border-bottom-left-radius:235px;
  border-left:2px solid var(--line);
  overflow:hidden;
}

.hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ==========================================================
   HOME MAIN
   ========================================================== */

.home-main{
  display:grid;
  grid-template-columns:46% 27% 27%;
  padding:28px 34px 20px;
  gap:30px;
  background:#fffdfd;
}

.panel{
  min-height:390px;
  padding-right:28px;
  border-right:1px solid #f2cdd6;
}

.panel:last-child{
  border-right:0;
  padding-right:0;
}

.section-title{
  text-align:center;
  margin:0 0 18px;
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
  font-size:28px;
  line-height:1.1;
}

.heart-line{
  display:block;
  color:var(--pink);
  font-size:18px;
  font-family:Arial,sans-serif;
  margin-top:8px;
}

.menu-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.menu-card{
  position:relative;
  background:white;
  border:1px solid #f5c8d2;
  border-radius:13px;
  min-height:292px;
  overflow:hidden;
  text-align:center;
  box-shadow:0 8px 22px rgba(120,25,60,.04);
}

.menu-card .badge{
  position:absolute;
  top:-11px;
  left:50%;
  transform:translateX(-50%);
  width:40px;
  height:40px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff6a92,#ee3f73);
  color:white;
  display:grid;
  place-items:center;
  z-index:2;
  font-size:18px;
}

.menu-card img{
  height:112px;
  width:100%;
  object-fit:cover;
  border-bottom:1px solid #f7d8df;
}

.menu-card h3{
  margin:22px 12px 12px;
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
  font-size:17px;
}

.menu-card p{
  margin:0;
  padding:0 13px;
  font-size:12px;
  line-height:1.6;
}

.premium{
  border:2px solid var(--pink);
}

.price{
  display:block;
  margin-top:12px;
  color:var(--pink);
  font-size:22px;
  font-weight:900;
}

.center-btn{
  text-align:center;
  margin:10px 0 0;
}

.pink-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:linear-gradient(135deg,#f75b86,#ec3e72);
  color:white;
  border-radius:999px;
  padding:12px 24px;
  font-weight:900;
  text-transform:uppercase;
  font-size:13px;
  box-shadow:0 8px 18px rgba(246,77,127,.18);
}

.pink-btn:after{
  content:"›";
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  color:var(--pink);
  display:grid;
  place-items:center;
  font-size:22px;
  line-height:18px;
}

/* ==========================================================
   PACKAGE RIBBONS
   ========================================================== */

.ribbon{
  position:relative;
  text-align:center;
  font-weight:900;
  padding:12px 10px;
  letter-spacing:1px;
  font-size:14px;
  text-transform:uppercase;
  color:#fff;
  margin-top:-1px;
  background:linear-gradient(135deg,#f75b86,#e54374);
  border-bottom:1px solid rgba(255,255,255,.15);
}

.ribbon.bronze{
  background:linear-gradient(135deg,#d28a3c,#a95f1f);
}

.ribbon.silver{
  background:linear-gradient(135deg,#d9d9d9,#9e9e9e);
}

.ribbon.gold{
  background:linear-gradient(135deg,#e6c44f,#bd9018);
}

.menu-detail.premium{
  border:2px solid #f05b87;
  box-shadow:0 12px 30px rgba(240,91,135,.18);
}

/* ==========================================================
   DESSERT / REVIEW HOME SECTIONS
   ========================================================== */

.dessert-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px 22px;
  text-align:center;
  padding:10px 10px 0;
}

.dessert .round{
  width:74px;
  height:74px;
  margin:0 auto 9px;
  border-radius:50%;
  background:#fff4f7;
  border:1px solid #f4cbd5;
  display:grid;
  place-items:center;
  color:var(--pink);
}

.dessert svg{
  width:42px;
  height:42px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.4;
}

.dessert b{
  display:block;
  color:#4d1732;
  font-size:12px;
}

.dessert span{
  display:block;
  font-size:11px;
}

.review{
  border:1px solid #f4cbd5;
  border-radius:13px;
  background:white;
  padding:20px 22px;
  margin:0 0 13px;
  font-size:14px;
  line-height:1.56;
}

.stars{
  color:var(--pink);
  letter-spacing:2px;
  font-size:18px;
  margin-bottom:8px;
}

.review p{
  margin:0 0 8px;
}

.review cite{
  color:var(--pink);
  font-style:normal;
}

/* ==========================================================
   BOTTOM STRIP
   ========================================================== */

.bottom-strip{
  background:linear-gradient(90deg,#ffc2d4 0%,#ffddea 55%,#ffc2d4 100%);
  min-height:68px;
  display:grid;
  grid-template-columns:1fr 1px 1fr 220px;
  gap:30px;
  align-items:center;
  padding:12px 13vw;
  border-top:1px solid #f4b5c6;
}

.facebook{
  display:flex;
  align-items:center;
  gap:14px;
}

.fb-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--burgundy);
  color:white;
  display:grid;
  place-items:center;
  font-size:28px;
  font-weight:900;
}

.bottom-strip b{
  display:block;
}

.bottom-strip small{
  font-size:12px;
}

.sep{
  height:44px;
  background:#ee8ea6;
}

.site-footer{
  background:#4d1732;
  color:white;
  text-align:center;
  padding:18px;
  font-size:13px;
}

/* ==========================================================
   STANDARD INNER PAGES
   ========================================================== */

.page-hero{
  padding:78px 8vw 42px;
  background:#fff0f5;
  text-align:center;
  border-bottom:1px solid var(--line);
}

.page-hero h1{
  color:var(--burgundy);
  font-family:Georgia,'Times New Roman',serif;
  font-size:54px;
  margin:0;
}

.content-section{
  padding:45px 8vw;
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.info-card{
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:15px;
  padding:24px;
  box-shadow:0 8px 20px rgba(120,25,60,.04);
}

.info-card h2{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.gallery-grid img{
  height:240px;
  width:100%;
  object-fit:cover;
  border-radius:16px;
}

.faq{
  padding:18px 0;
  border-bottom:1px solid #f5cbd5;
}

/* ==========================================================
   COMPLETE PAGE LAYOUTS
   ========================================================== */

.page-intro{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
  font-size:17px;
  line-height:1.7;
}

.page-title-small{
  color:var(--pink);
  font-family:'Brush Script MT','Segoe Script',cursive;
  font-size:34px;
  margin:0 0 6px;
  text-align:center;
}

.menu-page-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.menu-package{
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
}

.menu-package img{
  height:230px;
  width:100%;
  object-fit:cover;
}

.menu-package-body{
  padding:26px;
}

.menu-package h2{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
  margin:0 0 12px;
}

.menu-package ul{
  margin:16px 0 0;
  padding-left:20px;
  line-height:1.9;
}

.price-pill{
  display:inline-block;
  background:#fff0f5;
  color:var(--pink);
  border:1px solid #f4cbd5;
  border-radius:999px;
  padding:8px 16px;
  font-weight:900;
}

.dessert-page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.dessert-card{
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:18px;
  padding:28px;
  text-align:center;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
}

.dessert-card .round{
  width:84px;
  height:84px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#fff4f7;
  border:1px solid #f4cbd5;
  display:grid;
  place-items:center;
  color:var(--pink);
  font-size:38px;
}

.review-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.contact-box{
  max-width:900px;
  margin:0 auto;
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:20px;
  padding:34px;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
}

.contact-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.contact-field{
  background:#fff6f8;
  border:1px solid #f6d5dd;
  border-radius:14px;
  padding:18px;
}

.notice-strip{
  margin-top:34px;
  background:linear-gradient(90deg,#ffc2d4,#ffe6ee);
  border-radius:20px;
  padding:24px;
  text-align:center;
}

/* ==========================================================
   MATCHING INNER PAGE DESIGNS
   ========================================================== */

.inner-hero{
  height:420px;
  display:grid;
  grid-template-columns:46% 54%;
  background:
    radial-gradient(circle at 6% 72%, transparent 0 80px, rgba(246,77,127,.10) 81px, transparent 82px),
    linear-gradient(90deg,#fff1f5 0%,#fff8fa 46%,#fff 46%);
  border-bottom:2px solid var(--line);
  overflow:hidden;
}

.inner-hero-copy{
  padding:58px 40px 40px 14vw;
}

.inner-hero-copy h1{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
  font-size:58px;
  line-height:.98;
  margin:0 0 18px;
  letter-spacing:-1.3px;
}

.inner-hero-copy p:not(.script){
  max-width:520px;
  font-size:17px;
  line-height:1.65;
  margin:0;
}

.inner-hero-image{
  border-top-left-radius:210px;
  border-bottom-left-radius:210px;
  border-left:2px solid var(--line);
  overflow:hidden;
}

.inner-hero-image img{
  width:100%;
  height:420px;
  object-fit:cover;
}

.inner-section{
  padding:34px 7vw;
  background:#fffdfd;
}

.inner-heading{
  text-align:center;
  margin:0 0 24px;
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
  font-size:34px;
}

.inner-heading .heart-line{
  display:block;
}

.inner-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:stretch;
}

.inner-card{
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:16px;
  padding:28px;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
}

.inner-card h2,
.feature-card h2,
.menu-detail h2{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
  margin-top:0;
}

.feature-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.feature-card{
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:16px;
  padding:24px;
  text-align:center;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
}

.feature-card .round{
  width:72px;
  height:72px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#fff4f7;
  border:1px solid #f4cbd5;
  color:var(--pink);
  display:grid;
  place-items:center;
  font-size:34px;
}

.menu-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.menu-detail{
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:17px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
  transition:all .25s ease;
}

.menu-detail:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(120,25,60,.12);
}

.menu-detail img{
  height:230px;
  width:100%;
  object-fit:cover;
}

.menu-detail-body{
  padding:26px;
}

.menu-detail-body p{
  line-height:1.7;
  margin-bottom:18px;
}

.menu-detail-body ul{
  margin:0;
  padding-left:20px;
  line-height:1.9;
}

.price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.price-large{
  color:#e85f87;
  font-size:38px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}

.dessert-showcase{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.dessert-showcase .dessert-card{
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:17px;
  padding:28px;
  text-align:center;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
}

.dessert-card .round{
  width:82px;
  height:82px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#fff4f7;
  border:1px solid #f4cbd5;
  color:var(--pink);
  display:grid;
  place-items:center;
  font-size:36px;
}

.contact-panel{
  max-width:1050px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
}

.contact-list{
  display:grid;
  gap:16px;
}

.contact-method{
  background:#fff6f8;
  border:1px solid #f6d5dd;
  border-radius:14px;
  padding:18px;
}

.contact-method h3{
  margin:0 0 8px;
  color:var(--burgundy);
}

.faq-list{
  max-width:950px;
  margin:0 auto;
}

.faq-item{
  background:#fff;
  border:1px solid #f4cbd5;
  border-radius:16px;
  padding:22px 26px;
  margin-bottom:14px;
  box-shadow:0 10px 24px rgba(120,25,60,.04);
}

.faq-item h2{
  font-family:Georgia,'Times New Roman',serif;
  color:var(--burgundy);
  margin:0 0 8px;
}

.gallery-masonry{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.gallery-masonry img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid #f4cbd5;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
}

.gallery-masonry img:nth-child(2),
.gallery-masonry img:nth-child(5){
  height:330px;
}

.inner-cta{
  background:linear-gradient(90deg,#ffc2d4 0%,#ffe6ee 55%,#ffc2d4 100%);
  margin-top:34px;
  border-radius:22px;
  padding:26px 34px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
}

.inner-cta h2{
  margin:0 0 6px;
  color:var(--burgundy);
  font-family:Georgia,'Times New Roman',serif;
}

.inner-cta p{
  margin:0;
}

.about-photo-card{
  overflow:hidden;
  border-radius:18px;
  border:1px solid #f4cbd5;
  box-shadow:0 10px 24px rgba(120,25,60,.05);
}

.about-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media(max-width:1100px){
  .site-header{
    grid-template-columns:1fr;
    height:auto;
    padding:12px 18px;
    gap:14px;
  }

  .logo{
    position:static;
    justify-self:center;
  }

  .logo img{
    width:110px;
    height:110px;
  }

  .main-nav{
    grid-column:auto;
    flex-wrap:wrap;
    gap:18px;
  }

  .header-quote{
    justify-self:center;
  }

  .hero{
    height:auto;
    grid-template-columns:1fr;
  }

  .hero-left{
    padding:36px 22px;
    text-align:center;
  }

  .hero h1{
    font-size:44px;
  }

  .hero-rule{
    margin-left:auto;
    margin-right:auto;
    width:260px;
  }

  .features{
    justify-content:center;
    flex-wrap:wrap;
  }

  .hero-image{
    border-radius:0;
    height:310px;
  }

  .home-main{
    grid-template-columns:1fr;
    padding:25px 18px;
  }

  .panel{
    border-right:0;
    border-bottom:1px solid #f2cdd6;
    padding:0 0 28px;
  }

  .menu-cards,
  .grid-3,
  .gallery-grid{
    grid-template-columns:1fr;
  }

  .bottom-strip{
    grid-template-columns:1fr;
    padding:18px;
    text-align:center;
  }

  .sep{
    display:none;
  }

  .facebook{
    justify-content:center;
  }
}

@media(max-width:1000px){
  .inner-hero,
  .inner-split,
  .contact-panel{
    grid-template-columns:1fr;
  }

  .inner-hero{
    height:auto;
  }

  .inner-hero-copy{
    padding:40px 24px;
    text-align:center;
  }

  .inner-hero-copy h1{
    font-size:44px;
  }

  .inner-hero-image{
    border-radius:0;
    height:300px;
  }

  .inner-hero-image img{
    height:300px;
  }

  .feature-card-grid,
  .menu-detail-grid,
  .dessert-showcase,
  .gallery-masonry,
  .menu-page-grid,
  .dessert-page-grid,
  .review-grid,
  .contact-row{
    grid-template-columns:1fr;
  }

  .inner-cta{
    grid-template-columns:1fr;
    text-align:center;
  }

  .price-row{
    align-items:flex-start;
    flex-direction:column;
  }
}
.package-icon{
  width:56px;
  height:56px;
  margin:18px auto 0;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:24px;
  font-weight:700;
  color:#fff;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.bronze-icon{
  background:linear-gradient(135deg,#d28a3c,#a95f1f);
}

.silver-icon{
  background:linear-gradient(135deg,#d9d9d9,#9e9e9e);
}

.gold-icon{
  background:linear-gradient(135deg,#e6c44f,#bd9018);
}

.premium-icon{
  background:linear-gradient(135deg,#f75b86,#e54374);
}


/* Image hover polish */
.menu-card img,
.menu-detail img,
.gallery-masonry img{
  transition:transform .35s ease, filter .35s ease;
}

.menu-card:hover img,
.menu-detail:hover img,
.gallery-masonry img:hover{
  transform:scale(1.04);
  filter:brightness(1.04);
}

/* Slight card lift */
.menu-card{
  transition:transform .25s ease, box-shadow .25s ease;
}

.menu-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 34px rgba(120,25,60,.14);
}

/* Softer package icons */
.package-icon{
  transition:transform .25s ease, box-shadow .25s ease;
}

.menu-card:hover .package-icon{
  transform:scale(1.08);
  box-shadow:0 14px 26px rgba(120,25,60,.18);
}

.contact-choice-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:28px; max-width:1100px; margin:0 auto; } .contact-option-card, .contact-form-card{ background:#fff; border:1px solid #f4cbd5; border-radius:20px; padding:34px; box-shadow:0 12px 30px rgba(120,25,60,.06); } .contact-icon{ width:74px; height:74px; border-radius:50%; background:#5b1434; color:#fff; display:grid; place-items:center; font-size:42px; font-weight:900; margin-bottom:18px; } .jk-contact-form{ display:grid; gap:16px; } .jk-contact-form label{ font-weight:800; color:#5b1434; } .jk-contact-form input, .jk-contact-form select, .jk-contact-form textarea{ width:100%; margin-top:7px; padding:14px 16px; border:1px solid #f4cbd5; border-radius:12px; font-family:inherit; font-size:15px; background:#fff8fa; } .form-submit-btn{ border:0; cursor:pointer; background:linear-gradient(135deg,#f75b86,#e54374); color:#fff; border-radius:999px; padding:15px 28px; font-weight:900; text-transform:uppercase; box-shadow:0 10px 24px rgba(246,77,127,.22); } .form-success, .form-error{ padding:14px 18px; border-radius:12px; margin:14px 0; font-weight:800; } .form-success{ background:#e9f9ee; color:#1b7f3b; border:1px solid #bce8c8; } .form-error{ background:#fff0f3; color:#b42345; border:1px solid #f4b8c4; } @media(max-width:900px){ .contact-choice-grid{ grid-template-columns:1fr; } }