/* Artopoiisis — shared stylesheet
   Palette: sand paper, deep sea teal, warm ochre accent
   Type: Domine (display, Greek-supporting serif) / PT Sans (body)
   Layout notes: a "bake times" schedule table instead of a menu-board list,
   reflecting a small seaside-village bakery's daily rhythm — different
   structure from prior builds, including the other Cyprus bakery.
*/

@import url('https://fonts.googleapis.com/css2?family=Domine:wght@500;600;700&family=PT+Sans:wght@400;700&display=swap');

:root{
  --paper: #F2EDE0;
  --paper-deep: #E6DDC4;
  --ink: #223A3D;
  --ink-soft: #4F6669;
  --teal: #2E6E72;
  --teal-deep: #204F52;
  --ochre: #C98A3D;
  --ochre-deep: #A66F2C;
  --line: rgba(34,58,61,0.14);
  --radius: 4px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{ margin:0; background: var(--paper); color: var(--ink); font-family:'PT Sans', sans-serif; font-size:17px; line-height:1.65; }
h1,h2,h3{ font-family:'Domine', serif; font-weight:700; line-height:1.2; margin:0 0 0.5em 0; color: var(--ink); }
p{ margin:0 0 1em 0; max-width:62ch; }
a{ color: var(--teal-deep); }
.wrap{ max-width:1080px; margin:0 auto; padding:0 32px; }

/* Header */
header.site{ padding:22px 0; border-bottom:1px solid var(--line); }
header.site .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; color: var(--ink); }
.brand svg{ width:36px; height:36px; }
.brand-name{ font-family:'Domine', serif; font-weight:700; font-size:1.15rem; }
nav.main{ display:flex; gap:28px; }
nav.main a{ text-decoration:none; color: var(--ink-soft); font-weight:700; font-size:0.9rem; padding-bottom:4px; border-bottom:2px solid transparent; }
nav.main a:hover, nav.main a.active{ color: var(--teal-deep); border-bottom-color: var(--ochre); }
.header-cta{ background: var(--teal); color:#F5F1E4; padding:10px 20px; border-radius: var(--radius); text-decoration:none; font-weight:700; font-size:0.88rem; white-space:nowrap; }
@media (max-width:720px){ nav.main{ display:none; } header.site .wrap{ flex-wrap:wrap; } }

/* Hero */
.hero{ padding:60px 0 52px; }
.hero .wrap{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap:48px; align-items:center; }
.hero .eyebrow{ font-size:0.9rem; color: var(--ochre-deep); font-weight:700; margin-bottom:14px; }
.hero .eyebrow .gr{ color: var(--teal-deep); font-style:italic; }
.hero h1{ font-size: clamp(2.2rem, 4.2vw, 3.2rem); max-width:14ch; }
.hero p.lead{ font-size:1.1rem; color: var(--ink-soft); max-width:46ch; }
.hero .cta-row{ display:flex; gap:14px; margin-top:22px; flex-wrap:wrap; }
.btn{ display:inline-block; padding:13px 24px; border-radius: var(--radius); text-decoration:none; font-weight:700; font-size:0.94rem; border:2px solid transparent; }
.btn-primary{ background: var(--teal); color:#F5F1E4; }
.btn-primary:hover{ background: var(--teal-deep); }
.btn-outline{ border-color: var(--ink); color: var(--ink); }
.btn-outline:hover{ background: var(--ink); color: var(--paper); }
.hero-art{ background: var(--teal); border-radius: var(--radius); padding:28px; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; }
.hero-art svg{ width:100%; height:100%; }

.section{ padding:64px 0; }
.section-head{ max-width:60ch; margin-bottom:32px; }
.section-head h2{ font-size: clamp(1.7rem, 3vw, 2.2rem); }
.section-head p{ color: var(--ink-soft); }

/* Bake-times schedule — replaces menu-board list pattern */
.schedule-band{ background: var(--paper-deep); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:52px 0; }
.schedule-table{ display:flex; flex-direction:column; border-top:1px solid var(--line); }
.schedule-row{ display:grid; grid-template-columns: 140px 1fr; gap:20px; padding:16px 0; border-bottom:1px solid var(--line); align-items:center; }
.schedule-row .time{ font-family:'Domine', serif; font-weight:700; color: var(--teal-deep); }
.schedule-row span{ color: var(--ink-soft); font-size:0.95rem; }

/* Feature band */
.feature-band{ background: var(--teal-deep); color:#F2EDE0; padding:56px 0; text-align:center; }
.feature-band h2{ color:#F5F1E4; max-width:22ch; margin:0 auto 14px; }
.feature-band p{ color: rgba(242,237,224,0.82); max-width:52ch; margin:0 auto; }

/* Testimonial */
.testimonial{ padding:60px 0; }
.testimonial-card{ background: var(--paper-deep); border-left:4px solid var(--ochre); border-radius: var(--radius); padding:32px 36px; max-width:720px; }
.testimonial-card p.quote{ font-family:'Domine', serif; font-style:italic; font-size:1.25rem; color: var(--ink); max-width:none; }
.testimonial-card .attrib{ font-weight:700; font-size:0.88rem; color: var(--ink-soft); }
.placeholder-flag{ display:inline-block; margin-top:12px; font-size:0.76rem; font-weight:700; letter-spacing:0.02em; color: var(--teal-deep); background: rgba(46,110,114,0.13); padding:5px 10px; border-radius:3px; }

/* CTA */
.cta-band{ background: var(--ochre); color:#2E2413; padding:52px 0; text-align:center; }
.cta-band h2{ color: var(--ink); }
.cta-band p{ color: rgba(34,58,61,0.85); margin:0 auto 20px; }
.cta-band .btn-primary{ background: var(--ink); color:#F2EDE0; }

/* Photo placeholders */
.photo-placeholder{ background: repeating-linear-gradient(135deg, var(--teal) 0px, var(--teal) 14px, var(--teal-deep) 14px, var(--teal-deep) 28px); border-radius: var(--radius); min-height:240px; display:flex; align-items:center; justify-content:center; padding:24px; text-align:center; }
.photo-placeholder span{ background: rgba(34,58,61,0.75); color:#F2EDE0; font-size:0.85rem; padding:10px 16px; border-radius:3px; max-width:30ch; }

.about-block{ display:grid; grid-template-columns: 1fr 1fr; gap:44px; align-items:center; }
@media (max-width:780px){ .about-block{ grid-template-columns:1fr; } }

/* Contact */
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:40px; }
@media (max-width:780px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-card{ background: var(--paper-deep); border-radius: var(--radius); padding:32px; }
.contact-card dl{ margin:0; }
.contact-card dt{ font-weight:700; color: var(--teal-deep); font-size:0.8rem; text-transform:uppercase; letter-spacing:0.05em; margin-top:16px; }
.contact-card dt:first-child{ margin-top:0; }
.contact-card dd{ margin:2px 0 0; color: var(--ink-soft); }
.map-placeholder{ background: var(--paper-deep); border:1px dashed var(--ink-soft); border-radius: var(--radius); min-height:300px; display:flex; align-items:center; justify-content:center; text-align:center; padding:24px; }
.map-placeholder span{ color: var(--ink-soft); font-size:0.9rem; max-width:26ch; }

footer.site{ border-top:1px solid var(--line); padding:30px 0; margin-top:16px; }
footer.site .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:0.86rem; color: var(--ink-soft); }
