:root{
  --wine:#6e2a2b;
  --wine-dark:#4d1b1d;
  --gold:#b98208;
  --gold-2:#d7a73d;
  --gold-soft:#f4e2b6;
  --cream:#fbf5e9;
  --paper:#fffdf8;
  --ink:#2e241f;
  --muted:#74665d;
  --line:#e7d8bd;
  --shadow:0 18px 45px rgba(79,45,20,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fffdf9;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.62}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.shell{width:min(1180px,calc(100% - 36px));margin:auto}
.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px 14px;z-index:999}.skip-link:focus{left:8px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(110,42,43,.12)}
.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-mark{font-size:2rem;color:var(--gold);line-height:1}.brand strong{font-family:Georgia,"Times New Roman",serif;font-size:1.42rem;color:var(--wine)}.brand small{display:block;color:var(--muted);font-size:.76rem;letter-spacing:.03em;margin-top:1px}
.main-nav{display:flex;gap:24px;margin-left:auto;align-items:center}.main-nav a{font-size:.92rem;color:#463831}.main-nav a:hover{color:var(--wine)}
.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:10px;padding:9px 12px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:800;letter-spacing:.01em;transition:.18s ease}.btn:hover{transform:translateY(-1px)}
.btn-burgundy{background:var(--wine);color:#fff}.btn-burgundy:hover{background:var(--wine-dark)}
.btn-gold{background:linear-gradient(135deg,var(--gold),#d4a52e);color:#fff;box-shadow:0 9px 22px rgba(185,130,8,.20)}
.btn-outline{border-color:#bb9870;color:var(--wine);background:#fff}.btn-large{padding:0 30px;min-height:54px;font-size:1.02rem}.full{width:100%}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.09em;font-weight:900;font-size:.73rem;color:#9a6710;margin-bottom:8px}.eyebrow.light{color:#f2d99a}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin:0 0 14px;color:#39241f}h1{font-size:clamp(2.7rem,6.2vw,5rem)}h1 span{color:var(--gold)}h2{font-size:clamp(2rem,4vw,3.15rem)}h3{font-size:1.45rem}.lead{font-size:1.12rem;color:#5f5148;max-width:680px}.microcopy{font-size:.84rem;color:var(--muted);margin:.7rem 0 0}
.hero{background:radial-gradient(circle at 80% 12%,rgba(220,177,84,.22),transparent 31%),linear-gradient(135deg,#fffaf1 0%,#fff 55%,#f7ead0 100%);padding:72px 0 58px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.hero-copy{padding:12px 0}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0}.hero-features>div{display:flex;gap:10px;align-items:flex-start;padding:14px 12px;background:rgba(255,255,255,.68);border:1px solid var(--line);border-radius:16px}.hero-features span{color:var(--gold);font-size:1.4rem}.hero-features p{font-size:.82rem;line-height:1.35;margin:0}.hero-price{display:flex;align-items:end;gap:18px;margin-top:20px}.hero-price div{display:flex;flex-direction:column}.hero-price span{font-size:.79rem;color:var(--muted)}.hero-price strong{font-family:Georgia,serif;color:var(--wine);font-size:2rem}.hero-price p{margin:0 0 3px;color:var(--muted);font-size:.87rem}.centered-action{margin-top:26px}.real-photo-card{position:relative;background:#fff;padding:14px;border-radius:28px;box-shadow:var(--shadow);border:1px solid var(--line);overflow:hidden}.real-photo-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:20px}.photo-badge{position:absolute;left:28px;bottom:28px;background:rgba(78,27,29,.92);color:#fff;padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800}
.section{padding:76px 0}.story{background:#fff}.story-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:44px;align-items:start}.story-copy{min-width:0}.story-kicker{display:inline-block;font-family:Georgia,serif;font-style:italic;color:var(--wine);font-size:1.35rem;border-top:1px solid var(--gold-soft);padding-top:10px;margin-bottom:14px}.story-copy h2{font-size:clamp(2.3rem,4.1vw,3.6rem);max-width:760px}.story-copy p{font-size:1.03rem;color:#55473f;margin:0 0 16px}.story-emphasis{padding:17px 19px;border-left:4px solid var(--gold);background:var(--cream);border-radius:0 14px 14px 0;margin-bottom:0}.story-photo-card{margin:42px 0 0;background:#fffaf0;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 12px 30px rgba(90,58,30,.08)}.story-photo-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:18px}.story-photo-card figcaption{font-size:.9rem;color:#6a5b50;margin-top:10px;line-height:1.42}.support-band{background:linear-gradient(135deg,#f7e8bf,#fff7e3);border-block:1px solid #ead7ab}.support-inner{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;padding:34px 0}.support-icon{width:68px;height:68px;border:1px solid #c99731;border-radius:50%;display:grid;place-items:center;font-size:2rem;color:var(--wine);background:#fff9ee}.support-inner h2{font-size:2rem;margin-bottom:8px}.support-inner p{margin:0;color:#5d4d41}
.section-heading{max-width:780px;margin-bottom:32px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading.left{margin-left:0}.section-heading p{color:var(--muted)}
.versions{background:var(--cream)}.version-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.version-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 28px rgba(96,66,35,.06)}.version-card.featured{border-color:#c58d1c;box-shadow:0 16px 36px rgba(185,130,8,.12)}.version-number{position:absolute;left:20px;top:18px;width:30px;height:30px;border-radius:50%;background:var(--wine);color:#fff;display:grid;place-items:center;font-weight:900}.version-card h3{padding-left:40px}.popular-tag{position:absolute;right:20px;top:18px;background:#f4e2b6;color:#744718;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:900;text-transform:uppercase}.two-sides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start;margin:24px 0}.side-demo{text-align:center}.side-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--muted);margin-bottom:8px}.swap{font-size:1.6rem;color:var(--gold)}
.medal-face{width:170px;aspect-ratio:1;border-radius:50%;margin:auto;overflow:hidden;border:2px solid #b77b16;box-shadow:0 10px 24px rgba(81,54,24,.15);background:radial-gradient(circle at 35% 25%,#fff0b5,#d6a234 65%,#a56c0d)}.image-face img{width:100%;height:100%;object-fit:cover}.reverse-face{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 16px;text-align:center;color:#181818;background:radial-gradient(circle at 35% 25%,#fff4c9,#f1d27b 74%,#d6a23a)}.reverse-face p{margin:6px 0;line-height:1.15;max-width:100%}.reverse-face.dense{padding:18px 16px}.reverse-face .name-line{font-weight:900;font-size:1.04rem;letter-spacing:-.02em}.reverse-face .care-line{font-size:.78rem;font-weight:700}.reverse-face .phone-line{font-weight:900;font-size:1.08rem;letter-spacing:.02em}.reverse-face .devotional-line{font-size:.76rem;font-weight:800}.medal-face.large.reverse-face .name-line{font-size:1.28rem}.medal-face.large.reverse-face .care-line{font-size:.92rem}.medal-face.large.reverse-face .phone-line{font-size:1.44rem}.medal-face.large.reverse-face .devotional-line{font-size:.92rem}.reverse-reference img{object-fit:cover;background:#f6f1e8}.devotional-example .devotional-line{font-style:normal;font-weight:800;font-size:.78rem;max-width:118px}.version-summary{background:#fff8e8;border:1px solid #ead5a4;border-radius:13px;padding:11px 13px;font-size:.9rem;color:#664e37}
.catalog{background:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.catalog-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:12px;transition:.18s;cursor:pointer;text-align:left}.catalog-card:hover,.catalog-card.selected{transform:translateY(-3px);border-color:#bd8514;box-shadow:0 12px 25px rgba(96,66,35,.10)}.catalog-card.selected{outline:2px solid rgba(185,130,8,.22)}.catalog-image{aspect-ratio:1;border-radius:14px;overflow:hidden;background:#fbf5e9}.catalog-image img{width:100%;height:100%;object-fit:cover}.catalog-card h3{font-family:Arial,sans-serif;font-size:.98rem;margin:10px 0 4px;color:#3e3028}.catalog-card p{font-size:.78rem;color:var(--muted);margin:0;line-height:1.35}.catalog-note{font-size:.84rem;color:var(--muted);text-align:center;margin-top:20px}
.measurements{background:#fbf6eb;padding:58px 0}.measure-card{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.measure-card.image-only{max-width:1100px;margin:0 auto}.measure-card img{width:100%;height:auto;display:block;border-radius:22px;box-shadow:0 10px 28px rgba(90,58,30,.06)}
.configurator{background:#fff}.config-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}.config-form,.live-preview,.delivery-card,.order-builder{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:28px;box-shadow:var(--shadow)}.form-step{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;margin-bottom:22px}.form-step.compact{margin-bottom:14px}.step-no{width:31px;height:31px;border-radius:50%;background:var(--wine);color:#fff;display:grid;place-items:center;font-weight:900}.field-label,label{display:block;font-weight:800;color:#4b372e;font-size:.9rem;margin-bottom:7px}input,select,textarea{width:100%;border:1px solid #d9c8ad;background:#fffdf9;color:var(--ink);padding:12px 13px;border-radius:12px;outline:none}input:focus,select:focus,textarea:focus{border-color:#b98316;box-shadow:0 0 0 3px rgba(185,130,8,.13)}.field-note{display:block;color:#8a6d3b;margin-top:6px}.radio-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.radio-card{display:flex;gap:10px;padding:12px;border:1px solid var(--line);border-radius:13px;background:#fffaf0;margin:0;cursor:pointer}.radio-card input{width:auto;margin-top:4px;accent-color:var(--wine)}.radio-card span{display:flex;flex-direction:column}.radio-card small{font-weight:400;color:var(--muted);margin-top:2px}.care-fields{background:#fbf6ea;border:1px solid #ead9b9;border-radius:16px;padding:16px;margin-bottom:18px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.bottom-fields{margin-top:16px}.qty-control{display:grid;grid-template-columns:44px 1fr 44px;gap:6px}.qty-control button{border:1px solid var(--line);background:#fff4d7;border-radius:11px;font-size:1.25rem;color:var(--wine)}.qty-control input{text-align:center}.review-note{margin:18px 0;padding:14px 16px;border-left:4px solid var(--gold);background:#fff7e4;border-radius:0 12px 12px 0;color:#5a493e;font-size:.9rem}.live-preview{position:sticky;top:100px}.preview-title{display:block;text-align:center;font-family:Georgia,serif;color:var(--wine);font-size:1.25rem;margin-bottom:18px}.preview-sides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;text-align:center;align-items:start}.preview-sides>div>span{display:block;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px}.medal-face.large{width:min(100%,190px)}.preview-order-label{font-weight:800;font-size:.85rem;color:#584438;margin:18px 0 4px}.preview-order-list{padding-left:22px;margin:0;color:var(--muted);font-size:.86rem}.preview-order-list li{margin:2px 0}
.order-section{background:var(--cream)}.order-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:start}.cart-items{display:grid;gap:12px}.empty-cart{border:1px dashed #cdbb9e;padding:24px;text-align:center;border-radius:14px;color:var(--muted);background:#fffdf9}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:15px;background:#fffdf9}.cart-thumb{width:70px;height:70px;border-radius:50%;object-fit:cover;border:1px solid #b98316}.cart-item h4{margin:0 0 3px;font-size:.97rem}.cart-item p{margin:2px 0;font-size:.82rem;color:var(--muted)}.cart-actions{display:flex;gap:6px;flex-direction:column}.mini-btn{border:1px solid #d8c7aa;background:#fff;border-radius:9px;padding:6px 9px;font-size:.76rem;color:var(--wine)}.order-totals{margin-top:18px;border-top:1px solid var(--line);padding-top:14px;display:grid;gap:8px}.order-totals>div{display:flex;justify-content:space-between;gap:12px}.grand-total{font-size:1.12rem;color:var(--wine)}.order-totals small{color:var(--muted)}.compact-heading{margin-bottom:18px}.form-fieldset{border:1px solid #eadbc2;border-radius:15px;padding:14px;margin:0 0 16px}.form-fieldset legend{font-weight:900;color:#70421f;padding:0 7px;font-size:.87rem}.same-person{margin-bottom:13px}.check-line{display:flex;gap:9px;align-items:flex-start;font-weight:500;margin:14px 0}.check-line input{width:auto;margin-top:4px;accent-color:var(--wine)}.check-line small{font-weight:400;color:var(--muted)}.shipping-info{background:#fff7df;border:1px solid #e8d19d;border-radius:14px;padding:13px 14px;color:#5e4a39;font-size:.9rem;margin:14px 0}.send-order{min-height:52px;font-size:1rem}
.logistics{background:#fff}.logistics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.logistics article{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fffdf9}.icon-circle{width:45px;height:45px;border:1px solid #d5aa55;border-radius:50%;display:grid;place-items:center;color:var(--gold);font-weight:900;margin-bottom:12px}.logistics h3{font-size:1.25rem}.logistics p{font-size:.9rem;color:var(--muted);margin-bottom:0}
.faq{background:#fbf6eb}.faq-grid{display:grid;grid-template-columns:.35fr 1fr;gap:40px}.accordion details{border-bottom:1px solid #ddcdb1;padding:4px 0}.accordion summary{cursor:pointer;font-weight:900;padding:15px 0;color:#4b342b}.accordion p{color:var(--muted);margin-top:0;padding-right:16px}
.closing-cta{background:linear-gradient(135deg,#4d1b1d,#782e30);color:#fff;padding:54px 0}.closing-inner{display:flex;justify-content:space-between;align-items:center;gap:28px}.closing-inner h2{color:#fff;margin-bottom:0}.site-footer{background:#2f1915;color:#eadfd5;padding:48px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .8fr 1fr;gap:30px}.footer-brand strong{color:#fff}.footer-brand small{color:#cdbdb1}.site-footer p{color:#cdbdb1;font-size:.9rem}.site-footer>div a:not(.btn){display:block;color:#d7c7bc;font-size:.87rem;margin:5px 0}.footer-grid>div>strong{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:16px;color:#bba99c;font-size:.82rem}
@media(max-width:980px){.main-nav{display:none;position:absolute;left:18px;right:18px;top:82px;background:#fffdf8;border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-cta{display:none}.hero-grid,.story-grid,.config-grid,.order-grid,.faq-grid{grid-template-columns:1fr}.hero-features{grid-template-columns:repeat(2,1fr)}.story-grid{gap:24px}.story-photo-card{margin-top:0}.version-grid{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(3,1fr)}.logistics-grid{grid-template-columns:repeat(2,1fr)}.live-preview{position:static}.footer-grid{grid-template-columns:1fr 1fr}.hero-media{max-width:650px;margin:auto}.support-inner{grid-template-columns:1fr}.support-icon{display:none}}
@media(max-width:650px){.shell{width:min(100% - 24px,1180px)}.section{padding:56px 0}.hero{padding:48px 0}.hero-features{grid-template-columns:1fr 1fr}.hero-price{align-items:flex-start;flex-direction:column;gap:4px}.two-sides{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:12px}.field-row,.radio-cards,.preview-sides{grid-template-columns:1fr}.logistics-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.closing-inner{align-items:flex-start;flex-direction:column}.cart-item{grid-template-columns:58px 1fr}.cart-thumb{width:58px;height:58px}.cart-actions{grid-column:1/-1;flex-direction:row}.brand strong{font-size:1.18rem}.brand small{font-size:.69rem}.hero-actions .btn{width:100%}}

/* V6: preview legibility */
.live-preview .reverse-face{padding:18px 12px;overflow:hidden}.live-preview .reverse-face p{width:100%;margin:4px 0;overflow-wrap:anywhere}.live-preview .reverse-face .name-line{font-size:1rem;line-height:1.05}.live-preview .reverse-face .care-line{font-size:.72rem;line-height:1.08}.live-preview .reverse-face .phone-line{font-size:1.05rem;line-height:1.05;white-space:nowrap;overflow-wrap:normal}.live-preview .reverse-face .devotional-line{font-size:.7rem;line-height:1.08}.live-preview .preview-sides>div{min-width:0}.measurements .shell{width:min(1120px,calc(100% - 28px))}

@media(max-width:980px){.story-grid{grid-template-columns:1fr}.story-photo-card{max-width:680px;margin:0 auto}.story-copy h2{max-width:none}}
@media(max-width:650px){.preview-sides{grid-template-columns:1fr 1fr}.medal-face.large{width:min(100%,150px)}.live-preview .reverse-face .name-line{font-size:.82rem}.live-preview .reverse-face .care-line{font-size:.62rem}.live-preview .reverse-face .phone-line{font-size:.82rem}.live-preview .reverse-face .devotional-line{font-size:.58rem}.measurements{padding:38px 0}.measure-card img{border-radius:14px}}
/* V6.1: override legacy preview sizes with stronger specificity */
.live-preview .medal-face.large.reverse-face .name-line{font-size:.92rem;line-height:1.04;margin:3px 0}
.live-preview .medal-face.large.reverse-face .care-line{font-size:.66rem;line-height:1.06;margin:3px 0}
.live-preview .medal-face.large.reverse-face .phone-line{font-size:1.02rem;line-height:1.03;margin:5px 0;white-space:nowrap;overflow-wrap:normal}
.live-preview .medal-face.large.reverse-face .devotional-line{font-size:.64rem;line-height:1.08;margin:4px 0}
@media(max-width:650px){
  .live-preview .medal-face.large.reverse-face .name-line{font-size:.72rem}
  .live-preview .medal-face.large.reverse-face .care-line{font-size:.52rem}
  .live-preview .medal-face.large.reverse-face .phone-line{font-size:.73rem}
  .live-preview .medal-face.large.reverse-face .devotional-line{font-size:.50rem}
}


/* V7 — responsive polish; no copy changes */
.header-inner{justify-content:flex-start;min-height:72px}
.site-header .brand{margin-right:auto}
.menu-toggle,.main-nav,.header-cta{display:none!important}

.story-grid{
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);
  gap:42px;
  align-items:center;
}
.story-photo-card{
  width:min(100%,430px);
  margin:0 auto;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  text-align:center;
}
.story-photo-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:50%;
  border:7px solid #fff8e8;
  box-shadow:0 14px 34px rgba(90,58,30,.14),0 0 0 1px var(--line);
}
.story-photo-card figcaption{
  max-width:390px;
  margin:14px auto 0;
  text-align:center;
}

/* Reverso: cada dato ocupa su propia línea */
.live-preview .reverse-face{display:flex;align-items:center;justify-content:center}
.live-preview .reverse-lines{
  width:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  text-align:center;
}
.live-preview .reverse-lines p{
  display:block;
  width:100%;
  max-width:100%;
  margin:0!important;
  text-align:center;
  white-space:normal;
  overflow-wrap:break-word;
  word-break:normal;
}
.live-preview .reverse-lines .phone-line{white-space:nowrap}
.live-preview .reverse-lines.devotional-only{padding-inline:8px}

.back-to-top{
  position:fixed;
  right:16px;
  bottom:18px;
  z-index:80;
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(185,130,8,.55);
  background:rgba(78,27,29,.92);
  color:#fff;
  font-size:1.25rem;
  line-height:1;
  display:grid;
  place-items:center;
  box-shadow:0 8px 22px rgba(54,28,18,.20);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.2s ease;
}
.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:var(--wine-dark)}

@media(max-width:980px){
  .header-inner{min-height:66px}
  .story-grid{grid-template-columns:1fr;gap:28px;align-items:start}
  .story-photo-card{width:min(100%,420px)}
}

@media(max-width:650px){
  .site-header .brand strong{font-size:1.14rem}
  .site-header .brand small{font-size:.66rem}
  .header-inner{min-height:62px}
  .hero{padding-top:30px}
  .preview-sides{grid-template-columns:1fr!important;gap:24px}
  .medal-face.large{width:min(100%,230px)!important}
  .live-preview .reverse-face{padding:24px 18px!important}
  .live-preview .reverse-lines{gap:8px}
  .live-preview .medal-face.large.reverse-face .name-line{font-size:1.12rem!important;line-height:1.05}
  .live-preview .medal-face.large.reverse-face .care-line{font-size:.76rem!important;line-height:1.08}
  .live-preview .medal-face.large.reverse-face .phone-line{font-size:1.18rem!important;line-height:1.05}
  .live-preview .medal-face.large.reverse-face .devotional-line{font-size:.72rem!important;line-height:1.1}
  .story-photo-card{width:min(100%,330px)}
  .back-to-top{width:36px;height:36px;right:12px;bottom:14px;font-size:1.05rem}
}


/* V7.2 — Anverso/Reverso: sin flecha intermedia */
.swap{display:none!important}
@media(max-width:700px){
  .version-card .two-sides{grid-template-columns:1fr!important;gap:28px}
  .version-card .swap{display:none!important}
}
