/* Irish tricolor theme for thomaspburns.com */
:root{
  --green:#169b62;
  --orange:#ff883e;
  --white:#ffffff;
  --ink:#0b0f0c;
  --ink-muted:#33413a;
  --bg:#f6f8f7;
  --card:#ffffff;
  --shadow:0 8px 24px rgba(0,0,0,.08);
  --radius:16px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
}

.sr-only{position:absolute;left:-9999px}

a{color:var(--green);text-decoration:none}
a:hover{text-decoration:underline}

.container{max-width:1100px;margin:0 auto;padding:0 1rem}

.site-header{
  position:sticky;top:0;z-index:1000;
  display:flex;align-items:center;justify-content:space-between;
  gap:.5rem;padding:.6rem 1rem;
  background:linear-gradient(90deg,var(--green) 0%, var(--white) 33%, var(--orange) 66%);
  border-bottom:2px solid rgba(0,0,0,.05);
}

.brand{display:flex;align-items:center;gap:.6rem;color:var(--ink);text-decoration:none}
.brand:hover{text-decoration:none}
.brand-text{font-weight:700}
.brand-sub{font-size:.85rem;opacity:.8}

.brand-mark{filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}

.nav-toggle{
  font-size:1.25rem;background:var(--card);border:1px solid rgba(0,0,0,.1);
  border-radius:10px;padding:.35rem .55rem;display:none;cursor:pointer;
}

.site-nav{display:flex;align-items:center;gap:1rem}
.site-nav a{font-weight:600;color:var(--ink)}
.site-nav .btn{background:var(--green);color:#fff;padding:.5rem .8rem;border-radius:10px}
.site-nav .btn:hover{opacity:.9;text-decoration:none}

.hero{
  background:linear-gradient(90deg,rgba(22,155,98,.15),rgba(255,255,255,.6),rgba(255,136,62,.15));
  border-bottom:2px solid rgba(0,0,0,.05);
}
.hero-inner{
  max-width:900px;margin:0 auto;padding:5rem 1rem;text-align:center;
}
.hero h1{font-size:clamp(2rem,3.5vw,3rem);margin:0 0 .5rem}
.hero p{margin:0 auto 1.25rem;max-width:60ch;color:var(--ink-muted)}
.hero .hero-actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
.btn{display:inline-block;border:2px solid transparent;padding:.6rem 1rem;border-radius:12px;font-weight:700}
.btn.primary{background:var(--green);color:#fff}
.btn.outline{border-color:var(--green);color:var(--green);background:transparent}

.section{padding:3.5rem 0}
.section.alt{background:linear-gradient(180deg,#fff, #fff 60%, rgba(255,136,62,.06))}
.section h2{font-size:1.75rem;margin:.2rem 0 1rem}
.section-lead{color:var(--ink-muted);margin:-.5rem 0 2rem}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.cards .card{
  background:var(--card);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);box-shadow:var(--shadow);
  overflow:hidden;display:flex;flex-direction:column;
}
.card img{width:100%;height:180px;object-fit:cover;background:#eee}
.card-body{padding:1rem}
.price{color:var(--green);font-weight:700}

.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gallery figure{margin:0;background:var(--card);border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}
.gallery img{width:100%;height:240px;object-fit:cover;display:block;background:#eee}
.gallery figcaption{text-align:center;font-size:.92rem;color:var(--ink-muted);padding:.6rem .75rem}

.review{padding:1rem}
.stars{color:var(--orange);font-size:1.2rem;line-height:1}
.reviewer{color:var(--ink-muted);margin:.5rem 0 0;font-weight:600}

.contact-wrap{display:grid;grid-template-columns:2fr 1fr;gap:1.25rem;align-items:start}
form label{display:block;margin:.5rem 0 .25rem;font-weight:600}
input,textarea{
  width:100%;padding:.7rem .8rem;border-radius:10px;border:1px solid rgba(0,0,0,.15);background:#fff;
}
.hint{font-size:.85rem;color:var(--ink-muted)}

.site-footer{padding:2rem 1rem;background:#fff;border-top:2px solid rgba(0,0,0,.05)}
.footer-inner{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto}
.back-to-top{font-weight:700}

@media (max-width: 900px){
  .grid-3{grid-template-columns:1fr 1fr}
  .gallery{grid-template-columns:1fr 1fr}
  .contact-wrap{grid-template-columns:1fr}
}
@media (max-width: 700px){
  .site-nav{display:none;flex-direction:column;align-items:flex-start;background:#fff;padding:.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);position:absolute;right:1rem;top:60px}
  .nav-toggle{display:block}
  .site-nav.open{display:flex}
}

/* Expanded services section */
.services-section{
  background:linear-gradient(180deg,#f6f8f7 0%, #ffffff 45%, rgba(22,155,98,.06) 100%);
}
.service-showcase{
  display:grid;
  gap:1.4rem;
}
.service-panel{
  display:grid;
  grid-template-columns:minmax(240px,.8fr) minmax(0,1.25fr);
  gap:1.25rem;
  align-items:center;
  background:var(--card);
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:1rem;
  overflow:hidden;
}
.service-panel.reverse .service-copy{order:2}
.service-panel.reverse .service-photo-grid{order:1}
.service-copy{
  padding:clamp(.4rem, 2vw, 1.25rem);
}
.service-eyebrow{
  display:inline-block;
  margin:0 0 .45rem;
  padding:.25rem .65rem;
  border-radius:999px;
  background:rgba(22,155,98,.12);
  color:var(--green);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.service-copy h3{
  margin:.1rem 0 .55rem;
  font-size:clamp(1.35rem, 2.4vw, 2rem);
  line-height:1.15;
}
.service-copy p{
  margin:0;
  color:var(--ink-muted);
}
.service-list{
  margin:1rem 0 0;
  padding-left:1.2rem;
  color:var(--ink-muted);
}
.service-list li{margin:.25rem 0}
.service-photo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:.6rem;
}
.service-photo-grid figure{
  margin:0;
  border-radius:16px;
  overflow:hidden;
  background:#e8eee9;
  border:1px solid rgba(0,0,0,.06);
  min-height:130px;
}
.service-photo-grid img{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  transition:transform .2s ease;
}
.service-photo-grid figure:hover img{transform:scale(1.03)}
.service-photo-grid .featured{
  grid-column:span 2;
  grid-row:span 2;
}
.service-photo-grid .featured img{
  aspect-ratio:4 / 3;
}
.compact-grid{
  grid-template-columns:repeat(3,1fr);
}
.compact-grid .featured{
  grid-column:span 2;
}
.mini-grid{
  grid-template-columns:repeat(2,1fr);
}
.mini-grid figure{
  min-height:220px;
}

@media (max-width: 900px){
  .service-panel,
  .service-panel.reverse{
    grid-template-columns:1fr;
  }
  .service-panel.reverse .service-copy,
  .service-panel.reverse .service-photo-grid{
    order:initial;
  }
}

@media (max-width: 700px){
  .service-panel{padding:.8rem;border-radius:18px}
  .service-photo-grid,
  .compact-grid,
  .mini-grid{
    grid-template-columns:1fr 1fr;
  }
  .service-photo-grid .featured,
  .compact-grid .featured{
    grid-column:1 / -1;
    grid-row:auto;
  }
  .mini-grid figure{min-height:150px}
}

@media (max-width: 460px){
  .service-photo-grid,
  .compact-grid,
  .mini-grid{
    grid-template-columns:1fr;
  }
  .service-photo-grid figure{min-height:0}
}


/* Temporary Father's Day welcome page */
.fathers-day-page{
  min-height:100vh;
  background:
    radial-gradient(circle at top left, rgba(22,155,98,.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255,136,62,.18), transparent 30%),
    linear-gradient(180deg, #fffaf4, #f6f8f7);
}

.fathers-day-main{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2rem 1rem;
}

.fathers-day-card{
  width:min(1150px, 100%);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 14px 40px rgba(0,0,0,.12);
  padding:clamp(1.25rem, 3vw, 2.5rem);
  text-align:center;
}

.fathers-day-images{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:1.25rem;
  flex-wrap:wrap;
  margin:0 auto 1.75rem;
}

.fathers-day-images figure{
  margin:0;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.fathers-day-images img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  background:#f3f0e8;
}

.card-front-photo{
  width:min(410px, 100%);
}

.card-inside-photo{
  width:min(640px, 100%);
}

.fathers-day-images figcaption{
  padding:.65rem .75rem;
  color:var(--ink-muted);
  font-size:.92rem;
}

.fathers-day-message-box{
  max-width:820px;
  margin:0 auto 1.5rem;
  padding:1.35rem 1.25rem;
  background:#fff;
  border:3px solid rgba(22,155,98,.45);
  box-shadow:0 10px 26px rgba(0,0,0,.10);
}

.fathers-day-message-box h1{
  margin:0 0 .8rem;
  font-size:clamp(2.3rem, 5vw, 4rem);
  line-height:1.05;
  color:var(--green);
}

.fathers-day-message-box p{
  max-width:760px;
  margin:0 auto;
  font-size:clamp(1.15rem, 2.2vw, 1.55rem);
  color:var(--ink-muted);
}

.enter-site-box{
  display:flex;
  justify-content:center;
  margin:1.25rem auto 0;
}

.enter-site-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:260px;
  min-height:78px;
  padding:1.1rem 1.75rem;
  border:4px solid var(--green);
  background:#fff;
  color:var(--green);
  font-size:1.3rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(22,155,98,.18);
}

.enter-site-button:hover{
  background:var(--green);
  color:#fff;
  text-decoration:none;
}



/* Desktop polish for the temporary Father's Day page */
@media (min-width: 801px){
  .fathers-day-main{
    align-items:stretch;
    padding:1.25rem;
  }

  .fathers-day-card{
    min-height:calc(100vh - 2.5rem);
    max-width:1200px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    border-radius:24px;
  }

  .fathers-day-images{
    display:grid;
    grid-template-columns:minmax(260px, .75fr) minmax(460px, 1.25fr);
    align-items:center;
    gap:1.5rem;
    width:100%;
    margin:0 auto 1.35rem;
  }

  .fathers-day-images figure{
    width:100%;
    border-radius:18px;
  }

  .card-front-photo,
  .card-inside-photo{
    width:100%;
  }

  .fathers-day-images img{
    width:100%;
    height:min(43vh, 460px);
    object-fit:contain;
  }

  .fathers-day-message-box{
    max-width:820px;
    margin:0 auto;
    border-radius:20px;
  }

  .enter-site-box{
    width:100%;
    justify-content:center;
    margin:1.5rem auto 0;
    padding-bottom:.25rem;
  }

  .enter-site-button{
    font-size:1.45rem;
    min-width:300px;
    border-radius:14px;
  }
}

@media (min-width: 1200px) and (min-height: 850px){
  .fathers-day-images img{
    height:min(47vh, 520px);
  }
}

@media (max-width: 800px){
  .fathers-day-main{padding:1rem}
  .fathers-day-card{padding:1rem}
  .card-front-photo,
  .card-inside-photo{width:100%}
  .enter-site-button{
    width:100%;
    min-width:0;
  }
}


/* Standalone inner pages */
.site-nav a.active{
  color:var(--green);
  text-decoration:underline;
  text-underline-offset:.25rem;
}

.page-hero{
  background:
    radial-gradient(circle at top left, rgba(22,155,98,.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(255,136,62,.18), transparent 32%),
    linear-gradient(90deg, rgba(22,155,98,.12), #fff, rgba(255,136,62,.12));
  border-bottom:2px solid rgba(0,0,0,.05);
}

.page-hero-inner{
  padding:4.5rem 1rem;
  text-align:center;
}

.page-hero h1{
  max-width:850px;
  margin:.15rem auto .75rem;
  font-size:clamp(2rem, 4vw, 3.25rem);
  line-height:1.08;
}

.page-hero p{
  max-width:720px;
  margin:0 auto 1.25rem;
  color:var(--ink-muted);
  font-size:1.08rem;
}

.page-hero .hero-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.8rem;
}

.gallery-page{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.gallery-page img{
  height:300px;
}

.gallery-cta{
  padding-top:2rem;
}

.cta-panel{
  text-align:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:2rem 1rem;
}

.cta-panel h2{
  margin-top:0;
}

.cta-panel p{
  max-width:680px;
  margin:0 auto 1rem;
  color:var(--ink-muted);
}

.story-layout{
  display:grid;
  grid-template-columns:minmax(280px, .9fr) minmax(0, 1.1fr);
  gap:1.5rem;
  align-items:center;
}

.story-photo-card,
.story-card,
.story-highlights article{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.story-photo-card img{
  display:block;
  width:100%;
  height:100%;
  max-height:620px;
  object-fit:cover;
}

.story-card{
  padding:clamp(1.25rem, 3vw, 2.4rem);
}

.story-card h2{
  margin-top:0;
  font-size:clamp(1.7rem, 3vw, 2.35rem);
}

.story-card p{
  color:var(--ink-muted);
}

.story-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.8rem;
  margin-top:1.25rem;
}

.story-highlights{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1rem;
}

.story-highlights article{
  padding:1.25rem;
}

.story-highlights h3{
  margin:.1rem 0 .5rem;
}

.story-highlights p{
  margin:0;
  color:var(--ink-muted);
}

@media (max-width: 900px){
  .gallery-page{grid-template-columns:1fr 1fr}
  .story-layout{grid-template-columns:1fr}
  .story-photo-card img{max-height:520px}
  .story-highlights{grid-template-columns:1fr}
}

@media (max-width: 600px){
  .page-hero-inner{padding:3.25rem 1rem}
  .gallery-page{grid-template-columns:1fr}
  .gallery-page img{height:260px}
  .story-actions .btn{width:100%;text-align:center}
}


form select {
  width: 100%;
  border: 1px solid rgba(43, 79, 46, 0.2);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  font: inherit;
  color: var(--text);
  background: #fff;
}
