/* ==========================================================================
   Wedding Décor Ireland — mockup stylesheet
   Palette drawn from supplied logo:
   rose #D94F8C · charcoal #2B2B30 · sage #7E8C64 · blush #FBF3F5 · ivory #FFFDFB
   Type: Cormorant Garamond (display) · Great Vibes (script accents) · Jost (body)
   ========================================================================== */

:root{
  --rose:#D94F8C;
  --rose-deep:#B93A72;
  --charcoal:#2B2B30;
  --ink:#3A3A40;
  --sage:#7E8C64;
  --sage-deep:#5F6E49;
  --blush:#FBF3F5;
  --blush-deep:#F6E4EA;
  --petal:#EFCBDA;
  --ivory:#FFFDFB;
  --white:#FFFFFF;
  --shadow:0 18px 45px rgba(43,43,48,.10);
  --radius:2px;
  --wrap:1180px;
  --tr:.35s cubic-bezier(.25,.6,.3,1);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Jost',system-ui,sans-serif;
  font-weight:300;
  font-size:1.05rem;
  line-height:1.75;
  color:var(--ink);
  background:var(--ivory);
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%;display:block}
a{color:var(--rose-deep)}
a:focus-visible,button:focus-visible{outline:2px solid var(--rose);outline-offset:3px}

.skip-link{position:absolute;left:-999px;top:0;background:var(--charcoal);color:#fff;padding:.6rem 1rem;z-index:200}
.skip-link:focus{left:0}

.wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(1.2rem,4vw,2.5rem)}

/* ---------- Typography ---------- */
h1,h2,h3{font-family:'Cormorant Garamond',serif;font-weight:500;color:var(--charcoal);line-height:1.15;margin:0 0 .6em}
h1{font-size:clamp(2.4rem,5vw,3.9rem);letter-spacing:.06em;text-transform:uppercase}
h2{font-size:clamp(1.9rem,3.6vw,2.7rem);letter-spacing:.08em;text-transform:uppercase}
h3{font-size:1.45rem;letter-spacing:.09em;text-transform:uppercase}
.script{
  font-family:'Great Vibes',cursive;
  color:var(--rose);
  text-transform:none;
  letter-spacing:0;
  display:block;
  font-size:1.5em;
  line-height:1.05;
  margin-top:.08em;
}
.eyebrow{
  display:inline-block;
  font-size:.78rem;
  letter-spacing:.34em;
  text-transform:uppercase;
  color:var(--sage-deep);
  margin-bottom:1.1rem;
  font-weight:400;
}
.lede{font-size:1.14rem;max-width:56ch}
p{margin:0 0 1.15em}

/* heart rule — from the logo lockup */
.heart-rule{
  display:flex;align-items:center;gap:.75rem;
  color:var(--rose);
  margin:1.4rem 0;
  border:0;
}
.heart-rule::before,.heart-rule::after{
  content:"";height:1px;width:56px;background:var(--petal);
}
.heart-rule svg{width:13px;height:13px;fill:var(--rose)}
.heart-rule.center{justify-content:center}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,253,251,.94);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--blush-deep);
}
.header-in{
  display:flex;align-items:center;justify-content:space-between;
  padding:.65rem clamp(1.2rem,4vw,2.5rem);
  max-width:var(--wrap);margin:0 auto;
}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none}
.brand img{width:74px;height:74px}

.site-nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}
.site-nav a{
  font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;
  text-decoration:none;color:var(--ink);font-weight:400;
  padding:.4rem 0;position:relative;
}
.site-nav a::after{
  content:"";position:absolute;left:0;bottom:0;height:1px;width:0;
  background:var(--rose);transition:width var(--tr);
}
.site-nav a:hover::after,.site-nav a[aria-current="page"]::after{width:100%}
.site-nav a[aria-current="page"]{color:var(--rose-deep)}

.nav-toggle{display:none;background:none;border:1px solid var(--petal);border-radius:var(--radius);padding:.55rem .7rem;cursor:pointer}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--charcoal);margin:4px 0;transition:var(--tr)}

/* utility: portrait shots (trees) — anchor crop to the top of the frame */
.crop-top{object-position:top center}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden}
.hero-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);
  align-items:center;
  padding:clamp(4rem,7vw,5.5rem) 0;
}
.hero-copy{position:relative;z-index:2}
.hero-media{position:relative}
.hero-media img{
  width:100%;height:clamp(440px,68vh,700px);object-fit:cover;
  border-radius:var(--radius);box-shadow:var(--shadow);
}
.hero-media::after{ /* offset frame */
  content:"";position:absolute;inset:18px -18px -18px 18px;
  border:1px solid var(--petal);border-radius:var(--radius);z-index:-1;
}
.hero .sprig{
  position:absolute;left:-70px;top:8%;width:230px;opacity:.5;pointer-events:none;
}

/* page heroes (internal pages) */
.page-hero{
  background:linear-gradient(180deg,var(--blush) 0%,var(--ivory) 100%);
  text-align:center;
  padding:clamp(3rem,6vw,4.5rem) 0 clamp(2.4rem,5vw,3.6rem);
  border-bottom:1px solid var(--blush-deep);
}
.page-hero .lede{margin:0 auto}
.page-hero.faded{
  background:
    radial-gradient(ellipse 75% 120% at 50% 45%,
      rgba(251,243,245,.99) 0%,
      rgba(251,243,245,.94) 45%,
      rgba(251,243,245,.72) 75%,
      rgba(251,243,245,.42) 100%),
    url('../images/aisle-meadows.jpg') center 32%/cover no-repeat;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-block;
  font-family:'Jost',sans-serif;font-size:.82rem;font-weight:400;
  letter-spacing:.26em;text-transform:uppercase;text-decoration:none;
  padding:1rem 2.2rem;border-radius:var(--radius);
  transition:var(--tr);border:1px solid transparent;cursor:pointer;
}
.btn-rose{background:var(--rose);color:#fff}
.btn-rose:hover{background:var(--rose-deep);transform:translateY(-2px)}
.btn-ghost{border-color:var(--rose);color:var(--rose-deep);background:transparent}
.btn-ghost:hover{background:var(--rose);color:#fff}
.btn-line{
  border:0;padding:.4rem 0;color:var(--rose-deep);letter-spacing:.24em;
  border-bottom:1px solid var(--petal);border-radius:0;
}
.btn-line:hover{border-color:var(--rose)}

/* ---------- Sections ---------- */
.section{padding:clamp(3.2rem,7vw,5.5rem) 0}
.section.blush{background:var(--blush)}
.section-head{text-align:center;max-width:720px;margin:0 auto clamp(2.4rem,5vw,3.6rem)}
.section-head .lede{margin-left:auto;margin-right:auto}

/* ---------- Pillar cards (home) ---------- */
.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}
.pillar{
  text-decoration:none;color:inherit;background:var(--white);
  border:1px solid var(--blush-deep);border-radius:var(--radius);
  overflow:hidden;transition:var(--tr);display:flex;flex-direction:column;
}
.pillar:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.pillar img{height:270px;width:100%;object-fit:cover}
.pillar-body{padding:1.5rem 1.4rem 1.7rem;text-align:center;flex:1;display:flex;flex-direction:column}
.pillar-body h3{font-size:1.12rem;margin-bottom:.5rem}
.pillar-body p{font-size:.95rem;margin-bottom:1rem;flex:1}
.pillar-body .btn-line{align-self:center;font-size:.74rem}

/* ---------- Media rows (alternating) ---------- */
.media-row{
  display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);
  align-items:center;padding:clamp(2.6rem,5vw,4rem) 0;
}
.media-row.flip .row-media{order:2}
.row-media img{
  width:100%;height:clamp(340px,48vh,520px);object-fit:cover;
  border-radius:var(--radius);box-shadow:var(--shadow);
}
.media-row + .media-row{border-top:1px solid var(--blush-deep)}
.row-copy h3{font-size:1.6rem}
.row-copy ul{padding-left:1.1rem;margin:0 0 1.2em}
.row-copy li{margin-bottom:.35em}

/* ---------- Placeholder (photography to follow) ---------- */
.placeholder{
  position:relative;width:100%;height:clamp(340px,48vh,520px);
  border-radius:var(--radius);
  background:
    radial-gradient(120% 120% at 20% 15%,rgba(217,79,140,.08),transparent 55%),
    linear-gradient(160deg,var(--blush) 0%,var(--blush-deep) 100%);
  border:1px solid var(--petal);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:2rem;overflow:hidden;
}
.placeholder .ph-sprig{position:absolute;width:150px;opacity:.45}
.placeholder .ph-sprig.tl{top:-24px;left:-20px;transform:rotate(180deg)}
.placeholder .ph-sprig.br{bottom:-24px;right:-20px}
.placeholder .ph-label{
  font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;
  color:var(--rose-deep);margin-bottom:.6rem;font-weight:400;
}
.placeholder .ph-title{
  font-family:'Cormorant Garamond',serif;font-size:1.7rem;color:var(--charcoal);
  letter-spacing:.06em;line-height:1.2;
}
.placeholder.tall{height:clamp(420px,60vh,600px)}
.placeholder.ph-card{height:330px;padding:1.4rem}
.placeholder.ph-card .ph-title{font-size:1.25rem}
.placeholder.ph-card .ph-label{font-size:.62rem;letter-spacing:.28em;margin-bottom:.45rem}
.placeholder.ph-card .ph-sprig{width:110px}

/* ---------- Feature band (home, blush) ---------- */
.band-grid{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:center;
}
.band-grid img{width:100%;height:clamp(340px,46vh,500px);object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}

/* ---------- Looks (3-up) ---------- */
.looks{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}
.look{background:var(--white);border:1px solid var(--blush-deep);border-radius:var(--radius);overflow:hidden;transition:var(--tr)}
.look:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.look img{height:330px;width:100%;object-fit:cover}
.look-body{padding:1.4rem 1.3rem 1.6rem;text-align:center}
.look-body h3{font-size:1.1rem;margin-bottom:.15rem}
.look-body p{font-size:.93rem;margin:.55rem 0 0}
.look-body .num{font-family:'Great Vibes',cursive;font-size:1.9rem;color:var(--rose);line-height:1;display:block;margin-bottom:.35rem}
.look-body .sub{font-family:'Great Vibes',cursive;color:var(--rose-deep);font-size:1.7rem;line-height:1.1;display:inline-block}

/* ---------- Trust strip ---------- */
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.trust .t-item svg{width:34px;height:34px;stroke:var(--sage-deep);fill:none;stroke-width:1.3;margin-bottom:.7rem}
.trust h3{font-size:.92rem;letter-spacing:.2em;margin-bottom:.3rem}
.trust p{font-size:.9rem;margin:0}

/* ---------- Styling grid (trees page) — look-style cards ---------- */
.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}

/* ---------- Finishing touches (reception) — look-style cards ---------- */
.touches{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.touches .look img,.touches .placeholder{height:240px}
.touches .look-body{padding:1.15rem 1rem 1.3rem}
.touches .look-body h3{font-size:.98rem}
.touches .look-body p{font-size:.88rem}

/* ---------- CTA band ---------- */
.cta-band{
  background:linear-gradient(135deg,var(--rose) 0%,var(--rose-deep) 100%);
  color:#fff;text-align:center;
  padding:clamp(3rem,6vw,4.5rem) 0;
}
.cta-band h2{color:#fff}
.cta-band .script{color:#FBD3E4}
.cta-band p{max-width:52ch;margin:0 auto 1.8rem;color:rgba(255,255,255,.92)}
.cta-band .btn{background:#fff;color:var(--rose-deep)}
.cta-band .btn:hover{background:var(--blush)}

/* ---------- Contact ---------- */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:start}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.form-grid .full{grid-column:1/-1}
label{display:block;font-size:.76rem;letter-spacing:.22em;text-transform:uppercase;margin-bottom:.4rem;color:var(--charcoal);font-weight:400}
input,select,textarea{
  width:100%;padding:.85rem 1rem;
  border:1px solid var(--petal);border-radius:var(--radius);
  font-family:'Jost',sans-serif;font-size:.98rem;font-weight:300;
  background:var(--white);color:var(--ink);
}
input:focus,select:focus,textarea:focus{outline:2px solid var(--rose);outline-offset:1px;border-color:var(--rose)}
textarea{min-height:140px;resize:vertical}
.contact-side{background:var(--blush);border:1px solid var(--blush-deep);border-radius:var(--radius);padding:2rem 1.8rem}
.contact-side h3{font-size:1.1rem}
.contact-side ul{list-style:none;padding:0;margin:0 0 1.4rem}
.contact-side li{padding:.45rem 0;border-bottom:1px solid var(--blush-deep);font-size:.97rem}
.contact-side li:last-child{border:0}
.note{font-size:.85rem;color:var(--sage-deep)}

/* ---------- FAQ ---------- */
.faq{max-width:780px;margin:0 auto}
.faq details{border-bottom:1px solid var(--blush-deep);padding:1.1rem 0}
.faq summary{
  cursor:pointer;font-family:'Cormorant Garamond',serif;font-size:1.25rem;
  letter-spacing:.04em;color:var(--charcoal);list-style:none;position:relative;padding-right:2rem;
}
.faq summary::after{content:"+";position:absolute;right:.2rem;color:var(--rose);font-size:1.4rem;line-height:1}
.faq details[open] summary::after{content:"–"}
.faq p{margin:.8rem 0 0;font-size:.98rem}

/* ---------- Footer ---------- */
.site-footer{background:var(--charcoal);color:#CFC9C4;margin-top:0}
.footer-in{
  max-width:var(--wrap);margin:0 auto;
  padding:clamp(2.8rem,5vw,4rem) clamp(1.2rem,4vw,2.5rem) 1.5rem;
  display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2.5rem;
}
.site-footer img{width:96px;margin-bottom:1rem;background:var(--white);border-radius:50%;padding:7px}
.site-footer h3{color:#fff;font-size:.9rem;letter-spacing:.26em}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin-bottom:.5rem}
.site-footer a{color:#CFC9C4;text-decoration:none;font-size:.95rem}
.site-footer a:hover{color:#fff}
.footer-base{
  border-top:1px solid rgba(255,255,255,.12);
  text-align:center;font-size:.8rem;letter-spacing:.14em;
  padding:1.2rem;color:#8F8A86;
}
.footer-base .credit{display:block;margin-top:.45rem;font-size:.72rem;letter-spacing:.12em}
.footer-base .credit a{color:#8F8A86;font-size:inherit;text-decoration:underline;text-underline-offset:2px}
.footer-base .credit a:hover{color:#fff}

/* ---------- Reveal animation ---------- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .btn,.pillar,.look{transition:none}
}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .pillars{grid-template-columns:repeat(2,1fr)}
  .looks,.style-grid{grid-template-columns:1fr 1fr}
  .touches{grid-template-columns:repeat(2,1fr)}
  .trust{grid-template-columns:repeat(2,1fr)}
  .footer-in{grid-template-columns:1fr 1fr}
}
@media (max-width:820px){
  .hero-grid,.media-row,.band-grid,.contact-grid{grid-template-columns:1fr}
  .media-row.flip .row-media{order:0}
  .hero-media::after{display:none}
  .hero .sprig{display:none}
  .site-nav{
    position:fixed;inset:0;top:90px;background:var(--ivory);
    transform:translateX(100%);transition:transform var(--tr);
    padding:2.5rem;z-index:99;
  }
  .site-nav.open{transform:none}
  .site-nav ul{flex-direction:column;gap:1.4rem;align-items:center}
  .site-nav a{font-size:1rem}
  .nav-toggle{display:block}
}
@media (max-width:560px){
  .pillars,.looks,.style-grid,.touches,.trust,.form-grid{grid-template-columns:1fr}
  .footer-in{grid-template-columns:1fr;text-align:center}
  .site-footer img{margin:0 auto 1rem}
  .footer-in p{margin-left:auto;margin-right:auto}
  .brand img{width:58px;height:58px}
}
