
:root {
  --amb-red:#c8102e;
  --amb-red-dark:#a10d26;
  --amb-gold:#c4a35a;
  --amb-ink:#17171d;
  --amb-text:#34353a;
  --amb-muted:#6d6f77;
  --amb-line:#e5e2db;
  --amb-soft:#f7f5f0;
  --amb-white:#ffffff;
}

.ambde-archive,
.ambde-archive * ,
.ambde-subscribe-card,
.ambde-subscribe-card * ,
.ambde-email-widget,
.ambde-email-widget * ,
.ambde-contact-card,
.ambde-contact-card * { box-sizing:border-box; }

.ambde-archive {
  width:min(1180px, calc(100% - 28px));
  margin:0 auto;
  color:var(--amb-text);
  font-family:Arial,Helvetica,sans-serif;
}
.ambde-archive h1,
.ambde-archive h2,
.ambde-archive h3,
.ambde-subscribe-card h3,
.ambde-contact-card h3,
.ambde-email-widget h3 {
  font-family:Georgia,"Times New Roman",serif !important;
  color:var(--amb-ink) !important;
}

/* SIMPLE DIGITAL NEWSPAPER PAGE */
.ambde-archive-simple-head {
  margin:26px 0 22px;
  padding:28px;
  display:flex;
  align-items:center;
  gap:26px;
  background:#fff;
  border:1px solid var(--amb-line);
  border-radius:18px;
}
.ambde-archive-simple-logo {
  width:min(380px, 42%);
  max-height:94px;
  object-fit:contain;
  object-position:left center;
  flex:0 0 auto;
}
.ambde-archive-simple-copy { min-width:0; }
.ambde-archive-simple-copy h1 {
  margin:0 0 8px !important;
  font-size:48px !important;
  font-weight:500 !important;
  line-height:1.02 !important;
}
.ambde-archive-simple-copy p {
  margin:0 !important;
  color:var(--amb-muted);
  font-size:16px;
  line-height:1.65;
  max-width:620px;
}

.ambde-simple-latest {
  display:grid;
  grid-template-columns:minmax(250px, 340px) 1fr;
  gap:30px;
  align-items:center;
  padding:28px;
  background:#fff;
  border:1px solid var(--amb-line);
  border-radius:18px;
}
.ambde-simple-cover img,
.ambde-simple-card-cover img {
  width:100%;
  display:block;
  background:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.08);
}
.ambde-simple-cover img {
  max-height:520px;
  object-fit:contain;
}
.ambde-simple-label {
  color:var(--amb-red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.ambde-simple-info h2 {
  margin:0 0 8px !important;
  font-size:46px !important;
  font-weight:500 !important;
  line-height:1.02 !important;
}
.ambde-simple-date {
  font-size:14px;
  color:var(--amb-muted);
  font-weight:700;
  margin-bottom:14px;
}
.ambde-simple-info p {
  margin:0 !important;
  font-size:16px;
  line-height:1.7;
  color:var(--amb-text);
  max-width:640px;
}
.ambde-simple-actions {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.ambde-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:10px;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
  text-decoration:none !important;
}
.ambde-btn-primary { background:var(--amb-red); color:#fff !important; }
.ambde-btn-secondary {
  background:#fff;
  color:var(--amb-ink) !important;
  border:1px solid var(--amb-line);
}
.ambde-simple-archive {
  padding:30px 0 14px;
}
.ambde-simple-section-head h2 {
  margin:0 0 16px !important;
  font-size:40px !important;
  font-weight:500 !important;
}
.ambde-simple-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
}
.ambde-simple-card {
  background:#fff;
  border:1px solid var(--amb-line);
  border-radius:16px;
  overflow:hidden;
}
.ambde-simple-card-cover {
  display:block;
  padding:14px;
  background:var(--amb-soft);
}
.ambde-simple-card-cover img {
  height:300px;
  object-fit:contain;
}
.ambde-simple-card-body {
  padding:16px 16px 18px;
}
.ambde-simple-card-body h3 {
  margin:0 0 6px !important;
  font-size:26px !important;
  font-weight:500 !important;
  line-height:1.1 !important;
}
.ambde-simple-card-body h3 a {
  color:inherit;
  text-decoration:none;
}
.ambde-simple-card-date {
  font-size:13px;
  color:var(--amb-muted);
  margin-bottom:12px;
}
.ambde-simple-card-link {
  color:var(--amb-red);
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.ambde-cover-fallback {
  min-height:420px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:20px;
  border:1px solid var(--amb-line);
}
.ambde-cover-fallback img {
  width:88%;
  max-height:96px;
  object-fit:contain;
}
.ambde-cover-fallback span {
  font-family:Georgia,"Times New Roman",serif;
  color:var(--amb-ink);
  font-size:24px;
}
.ambde-cover-small {
  min-height:300px;
}
.ambde-cover-small span { font-size:18px; }

.ambde-empty {
  margin:28px 0;
  padding:44px 26px;
  border-radius:18px;
  border:1px dashed #cfc8bb;
  background:var(--amb-soft);
  text-align:center;
}
.ambde-empty h2 {
  margin:0 0 10px !important;
  font-size:36px !important;
  font-weight:500 !important;
}

/* SIMPLE SUBSCRIBE BLOCK */
.ambde-archive-subscribe { padding:28px 0 60px; }
.ambde-subscribe-card {
  max-width:100%;
  margin:0 auto;
  padding:26px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--amb-line);
}
.ambde-subscribe-kicker {
  color:var(--amb-red);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ambde-subscribe-card h3 {
  margin:8px 0 8px !important;
  font-size:34px !important;
  font-weight:500 !important;
}
.ambde-subscribe-card p {
  margin:0 0 18px !important;
  color:var(--amb-muted) !important;
  font-size:14px !important;
  line-height:1.6 !important;
}
.ambde-form-grid {
  display:grid;
  grid-template-columns:1fr 1.15fr 1fr 1fr;
  gap:10px;
}
.ambde-subscribe-form input,
.ambde-subscribe-form select {
  width:100% !important;
  min-width:0 !important;
  height:46px !important;
  padding:0 12px !important;
  border:1px solid #d7d5d0 !important;
  border-radius:8px !important;
  background:#fff !important;
  color:#222 !important;
  font-size:14px !important;
}
.ambde-subscribe-form input:focus,
.ambde-subscribe-form select:focus {
  outline:none !important;
  border-color:var(--amb-red) !important;
  box-shadow:0 0 0 3px rgba(200,16,46,.08) !important;
}
.ambde-subscribe-form button {
  margin-top:10px !important;
  min-height:48px !important;
  padding:0 18px !important;
  border:0 !important;
  border-radius:8px !important;
  background:var(--amb-red) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.05em !important;
  cursor:pointer !important;
}
.ambde-subscribe-form button:disabled { opacity:.68; cursor:wait; }
.ambde-subscribe-message {
  min-height:20px;
  margin-top:10px;
  font-size:13px;
  font-weight:700;
}
.ambde-subscribe-message.success { color:#21622c; }
.ambde-subscribe-message.error { color:#8b1d1d; }
.ambde-hp { position:absolute !important; left:-99999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }

/* EMAIL WIDGET – ONLY 2 STYLES */
.ambde-email-widget {
  width:100%;
  margin:0;
}
.ambde-email-widget--bar {
  background:transparent;
  border:0;
  padding:0;
}
.ambde-email-widget-title {
  margin:0 0 8px !important;
  font-size:24px !important;
  font-weight:500 !important;
}
.ambde-email-widget-desc {
  margin:0 0 14px !important;
  font-size:14px !important;
  color:var(--amb-muted) !important;
  line-height:1.6 !important;
}
.ambde-email-widget--header {
  padding:0;
  background:transparent;
  border:0;
}
.ambde-email-widget-head {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.ambde-email-widget-icon {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:var(--amb-red);
  color:#fff;
  font-size:19px;
  line-height:1;
  flex:0 0 auto;
}
.ambde-email-widget-copy h3 {
  margin:0 0 2px !important;
  font-size:20px !important;
  font-weight:600 !important;
}
.ambde-email-widget-copy p {
  margin:0 !important;
  color:var(--amb-muted) !important;
  font-size:13px !important;
  line-height:1.4 !important;
}
.ambde-email-bar {
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:10px;
  align-items:stretch;
}
.ambde-email-bar input {
  width:100% !important;
  min-width:0 !important;
  height:48px !important;
  padding:0 14px !important;
  border:1px solid #d7d5d0 !important;
  border-radius:8px !important;
  background:#fff !important;
  color:#222 !important;
  font-size:14px !important;
  box-shadow:none !important;
}
.ambde-email-bar input:focus {
  outline:none !important;
  border-color:var(--amb-red) !important;
  box-shadow:0 0 0 3px rgba(200,16,46,.08) !important;
}
.ambde-email-bar button {
  margin:0 !important;
  min-width:160px;
  height:48px !important;
  padding:0 18px !important;
  border:0 !important;
  border-radius:8px !important;
  background:var(--amb-red) !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  text-transform:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  cursor:pointer !important;
}
.ambde-email-btn-mark {
  font-size:22px;
  line-height:1;
}

/* CONTACT FORM */
.ambde-contact-card {
  width:min(100%,760px);
  margin:0 auto;
  padding:28px;
  border:1px solid var(--amb-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.04);
}
.ambde-contact-card h3 {
  margin:0 0 8px !important;
  font-size:34px !important;
  font-weight:500 !important;
}
.ambde-contact-intro {
  margin:0 0 20px !important;
  color:var(--amb-muted) !important;
  font-size:14px !important;
  line-height:1.6 !important;
}
.ambde-contact-form { display:grid; gap:16px; }
.ambde-contact-fieldset { border:0; margin:0; padding:0; }
.ambde-contact-fieldset legend,
.ambde-contact-field > span {
  display:block;
  margin:0 0 8px;
  color:#41424a;
  font-size:14px;
  font-weight:800;
}
.ambde-contact-fieldset legend span,
.ambde-contact-field b { color:var(--amb-red); }
.ambde-name-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.ambde-name-grid small {
  display:block;
  margin-top:5px;
  color:#7b7c84;
  font-size:11px;
}
.ambde-contact-form input,
.ambde-contact-form textarea {
  width:100% !important;
  border:1px solid #d2d2d6 !important;
  border-radius:8px !important;
  background:#fff !important;
  color:#222 !important;
  font:inherit !important;
}
.ambde-contact-form input {
  height:48px !important;
  padding:0 13px !important;
}
.ambde-contact-form textarea {
  min-height:160px !important;
  padding:13px !important;
  resize:vertical !important;
}
.ambde-contact-form input:focus,
.ambde-contact-form textarea:focus {
  outline:none !important;
  border-color:var(--amb-red) !important;
  box-shadow:0 0 0 4px rgba(200,16,46,.08) !important;
}
.ambde-contact-submit {
  min-height:50px !important;
  border:0 !important;
  border-radius:8px !important;
  background:var(--amb-red) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
  cursor:pointer !important;
}
.ambde-contact-message {
  min-height:18px;
  font-size:13px;
  font-weight:700;
}
.ambde-contact-message.success {
  padding:12px 14px;
  border:1px solid #cde3d1;
  border-radius:8px;
  background:#f2faf4;
  color:#235b2b;
}
.ambde-contact-message.error {
  padding:12px 14px;
  border:1px solid #eccaca;
  border-radius:8px;
  background:#fff4f4;
  color:#8b1d1d;
}

@media(max-width:900px) {
  .ambde-archive-simple-head,
  .ambde-simple-latest { grid-template-columns:1fr; display:grid; }
  .ambde-archive-simple-head { gap:18px; padding:22px; }
  .ambde-archive-simple-logo { width:min(100%, 340px); max-height:88px; }
  .ambde-archive-simple-copy h1 { font-size:40px !important; }
  .ambde-simple-info h2 { font-size:38px !important; }
  .ambde-simple-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .ambde-form-grid { grid-template-columns:1fr 1fr; }
}

@media(max-width:640px) {
  .ambde-archive { width:min(1180px, calc(100% - 18px)); }
  .ambde-archive-simple-head,
  .ambde-simple-latest,
  .ambde-subscribe-card,
  .ambde-contact-card { padding:18px; border-radius:14px; }
  .ambde-archive-simple-copy h1 { font-size:34px !important; }
  .ambde-simple-section-head h2 { font-size:34px !important; }
  .ambde-simple-info h2 { font-size:32px !important; }
  .ambde-simple-grid { grid-template-columns:1fr; }
  .ambde-simple-card-cover img { height:auto; max-height:420px; }
  .ambde-form-grid,
  .ambde-name-grid,
  .ambde-email-bar { grid-template-columns:1fr; }
  .ambde-email-bar button { min-width:0; width:100% !important; }
  .ambde-subscribe-card h3,
  .ambde-contact-card h3 { font-size:30px !important; }
}
