:root {
  --teal: #087f82;
  --teal-dark: #075b62;
  --coral: #ff6b5f;
  --cream: #fff8ef;
  --ink: #173238;
  --muted: #63767a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.announcement {
  background: var(--teal-dark);
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 14px max(24px, 5vw);
  background: rgba(255,255,255,.97);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 4px 24px rgba(15,66,70,.08);
}
.brand { display: flex; align-items: center; gap: 11px; font: 800 20px Georgia, serif; white-space: nowrap; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 44% 56%;
  background: var(--coral);
  color: white;
  font-size: 26px;
}
nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.menu-button { display: none; }
nav a:hover, .text-link:hover { color: var(--teal); }
.phone-link {
  color: var(--teal-dark);
  border-left: 1px solid #dbe6e4;
  padding-left: 26px;
  font-size: 13px;
  line-height: 1.3;
}
.phone-link strong { display: block; font-size: 16px; }
.hero { min-height: 650px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,39,42,.88) 0%, rgba(5,39,42,.55) 46%, rgba(5,39,42,.05) 78%); }
.hero-copy { position: relative; z-index: 2; width: min(690px, 90%); margin-left: max(24px, 8vw); color: white; padding: 80px 0; }
.eyebrow { margin: 0 0 16px; color: #a7eee6; font-size: 13px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: var(--teal); }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.hero h1 { margin: 0; font-size: clamp(52px, 7vw, 90px); line-height: .96; font-weight: 500; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 27px 0 32px; font-size: 19px; line-height: 1.65; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 7px; font-size: 14px; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.15); }
.button-primary { background: var(--coral); color: #fff; }
.button-light { background: #fff; color: var(--teal-dark); }
.button-dark { background: var(--ink); color: #fff; }
.button-outline { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.intro { max-width: 870px; margin: 0 auto; padding: 105px 24px; text-align: center; }
.intro h2, .section-heading h2, .split-copy h2, .printing-section h2, .contact-section h2 { margin: 0; font-size: clamp(38px, 5vw, 61px); line-height: 1.08; font-weight: 500; }
.intro > p:last-child { max-width: 760px; margin: 25px auto 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.occasion-section { padding: 92px max(24px, 6vw) 110px; background: var(--cream); }
.section-heading { max-width: 1200px; margin: 0 auto 42px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.text-link { color: var(--teal-dark); font-weight: 800; }
.occasion-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.occasion-card { overflow: hidden; display: grid; grid-template-columns: 48% 1fr; min-height: 280px; background: #fff; border-radius: 13px; box-shadow: 0 18px 45px rgba(39,73,69,.09); }
.occasion-card img { height: 100%; object-fit: cover; }
.occasion-card > div { padding: 30px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.occasion-card h3 { margin: 0; font: 500 26px Georgia, serif; }
.occasion-card p { color: var(--muted); line-height: 1.65; font-size: 15px; }
.occasion-card a { margin-top: auto; color: var(--teal); font-size: 14px; font-weight: 800; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; }
.split-art { position: relative; overflow: hidden; background: linear-gradient(150deg,#ffe4bb 0%,#ff917b 100%); }
.flag { position: absolute; display: grid; place-items: center; width: 210px; height: 275px; background: #fff; color: var(--teal-dark); font: 800 23px Georgia, serif; letter-spacing: .08em; box-shadow: 0 24px 48px rgba(81,39,31,.2); clip-path: polygon(0 0,100% 0,100% 84%,50% 100%,0 84%); }
.flag:before { content:"★"; display:block; color:var(--coral); font-size:52px; margin-bottom:-70px; }
.flag-one { left: 9%; top: 20%; transform: rotate(-9deg); }
.flag-two { left: 38%; top: 8%; z-index: 2; transform: rotate(3deg); background: var(--teal); color:white; }
.flag-three { right: 7%; top: 26%; transform: rotate(10deg); }
.split-copy { background: var(--teal); color: #fff; padding: 95px max(42px, 8vw); }
.split-copy > p:not(.eyebrow) { margin: 24px 0; font-size: 17px; line-height: 1.7; color: #d8f4f1; }
.split-copy ul { margin: 0 0 32px; padding-left: 20px; line-height: 2; }
.printing-section { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 55px; padding: 100px max(24px, 7vw); }
.printing-section h2 { max-width: 610px; }
.printing-section > p { color: var(--muted); line-height: 1.75; font-size: 17px; }
.printing-actions { display: flex; flex-direction: column; gap: 12px; }
.page-hero { padding: 100px max(24px, 8vw); color: #fff; background: linear-gradient(130deg, var(--teal-dark), var(--teal)); }
.page-hero-inner { max-width: 900px; }
.page-hero h1 { margin: 0; font: 500 clamp(48px, 7vw, 82px)/1 Georgia, serif; letter-spacing: -.04em; }
.page-hero p:last-child { max-width: 720px; margin: 24px 0 0; color: #d8f4f1; font-size: 19px; line-height: 1.7; }
.print-content { max-width: 1180px; margin: 0 auto; padding: 95px 24px; }
.print-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.print-visual { min-height: 460px; padding: 38px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(145deg, #fff0cf, #ff8f7d); }
.print-stack { position: relative; width: min(390px, 100%); height: 300px; }
.print-piece { position: absolute; display: grid; place-items: center; border-radius: 10px; box-shadow: 0 22px 45px rgba(61,39,29,.2); font-weight: 800; text-align: center; }
.print-piece.banner { inset: 20px 0 auto 0; height: 120px; background: var(--teal); color: #fff; font: 500 34px Georgia, serif; transform: rotate(-4deg); }
.print-piece.sign { width: 190px; height: 150px; right: 8px; bottom: 0; background: #fff; color: var(--ink); transform: rotate(7deg); }
.print-piece.card { width: 210px; height: 125px; left: 6px; bottom: 15px; background: var(--coral); color: #fff; transform: rotate(-7deg); }
.print-copy h2 { margin: 0; font: 500 clamp(38px, 5vw, 58px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.print-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.print-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
.print-list li { padding: 14px 16px; border-radius: 8px; background: var(--cream); font-weight: 700; }
.contact-section { padding: 105px 24px; text-align: center; color: white; background: var(--ink); }
.contact-section > p:not(.eyebrow) { color: #c4d6d7; font-size: 18px; }
.contact-actions { justify-content: center; margin-top: 30px; }
footer { min-height: 125px; display: flex; align-items: center; gap: 30px; padding: 30px max(24px, 6vw); color: var(--muted); font-size: 13px; }
.footer-brand { color: var(--ink); margin-right: auto; }

@media (max-width: 980px) {
  nav { display: none; }
  .menu-button { display: none; }
  .phone-link { margin-left: auto; }
  .occasion-grid { grid-template-columns: 1fr; }
  .printing-section { grid-template-columns: 1fr; gap: 24px; }
  .printing-actions { flex-direction: row; flex-wrap: wrap; }
  .print-intro { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .site-header { min-height: 72px; padding: 10px 18px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 36px; height: 36px; }
  .phone-link { font-size: 0; border: 0; padding: 0; }
  .phone-link strong { font-size: 14px; }
  .menu-button {
    display: inline-flex;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: var(--teal-dark);
    font: inherit;
    font-weight: 800;
  }
  #main-nav.open {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    background: #fff;
    box-shadow: 0 15px 25px rgba(15,66,70,.12);
  }
  #main-nav.open a { padding: 15px 22px; border-top: 1px solid #eef3f2; }
  .hero { min-height: 610px; align-items: end; }
  .hero-shade { background: linear-gradient(0deg,rgba(5,39,42,.94) 0%,rgba(5,39,42,.45) 66%,rgba(5,39,42,.12) 100%); }
  .hero-copy { margin-left: 24px; padding: 70px 0 55px; }
  .hero h1 { font-size: 51px; }
  .occasion-card { grid-template-columns: 1fr; }
  .occasion-card img { height: 240px; }
  .split-section { grid-template-columns: 1fr; }
  .split-art { min-height: 430px; }
  .split-copy { padding: 70px 30px; }
  footer { flex-direction: column; align-items: flex-start; }
  .footer-brand { margin-right: 0; }
}
