@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap");

:root { --accent:#b8320a; --accent-dark:#7f2608; --accent-soft:#f6e5dd; --ink:#211712; --text:#352923; --muted:#6e615a; --line:#eadfd9; --warm:#f8f2ed; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { color: var(--ink); background: #f4eee9; font-family: "Inter", sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.fill { fill: currentColor; stroke: none; }
.page-shell { position: relative; isolation: isolate; display: grid; min-height: 100dvh; place-items: center; overflow: hidden; padding: 32px 18px; }
.page-shell::before { position: fixed; z-index: -3; inset: 0; content: ""; background: linear-gradient(145deg, #fcf9f7 0%, #f4ebe5 55%, #efe1d8 100%); }
.diamond { position: fixed; z-index: -2; width: 440px; height: 440px; border: 1px solid rgb(184 50 10 / 12%); border-radius: 8px; transform: rotate(45deg); }
.diamond::after { position: absolute; inset: 80px; border: 1px solid rgb(216 129 85 / 17%); content: ""; }
.diamond-top { top: -270px; right: -180px; }
.diamond-bottom { bottom: -310px; left: -200px; }
.business-card { width: min(100%, 430px); overflow: hidden; border: 1px solid rgb(127 38 8 / 11%); border-radius: 30px; background: rgb(255 255 255 / 94%); box-shadow: 0 28px 80px rgb(80 39 20 / 14%); backdrop-filter: blur(12px); }
.brand-bar { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.brand { display: flex; min-width: 0; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.brand span, .link-text { display: grid; gap: 1px; }
.brand strong { font: 600 15px/1.25 "Poppins", sans-serif; }
.brand small { color: var(--muted); font-size: 10px; }
.icon-button { display: grid; width: 40px; height: 40px; cursor: pointer; place-items: center; border: 0; border-radius: 50%; color: var(--accent); background: var(--accent-soft); transition: 180ms ease; }
.icon-button:hover { background: #f0d7ca; transform: translateY(-2px); }
.profile { padding: 29px 29px 20px; text-align: center; }
.portrait-wrap { position: relative; display: inline-block; margin-bottom: 16px; }
.portrait-ring { width: 112px; height: 112px; padding: 4px; border: 1px solid #ddad96; border-radius: 50%; background: white; box-shadow: 0 8px 24px rgb(126 60 31 / 13%); }
.portrait-ring img { width: 100%; height: 100%; border-radius: 50%; background: var(--warm); object-fit: cover; object-position: 50% 19%; }
.status-dot { position: absolute; right: 7px; bottom: 8px; width: 18px; height: 18px; border: 4px solid white; border-radius: 50%; background: #4e9b69; }
.eyebrow { margin: 0 0 8px; color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font: 700 clamp(25px, 7vw, 30px)/1.13 "Poppins", sans-serif; letter-spacing: -.035em; }
.role { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 10px 0 0; color: var(--accent); font-size: 13px; font-weight: 600; }
.role span { width: 3px; height: 3px; border-radius: 50%; background: #c7a28f; }
.bio { max-width: 340px; margin: 15px auto 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.primary-actions { display: grid; gap: 10px; padding: 0 22px; }
.whatsapp-button, .save-button { display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; font-weight: 600; text-decoration: none; transition: 180ms ease; }
.whatsapp-button { color: white; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); box-shadow: 0 10px 22px rgb(184 50 10 / 22%); }
.save-button { cursor: pointer; border: 1px solid var(--line); color: var(--accent-dark); background: #fffaf7; }
.whatsapp-button:hover, .save-button:hover { transform: translateY(-2px); }
.whatsapp-button:hover { box-shadow: 0 14px 27px rgb(184 50 10 / 27%); }
.save-button:hover { border-color: #d7a790; background: var(--accent-soft); }
.quick-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 24px 30px 20px; }
.quick-actions a, .share-action { display: flex; cursor: pointer; flex-direction: column; align-items: center; gap: 8px; border: 0; color: var(--text); background: transparent; font: inherit; text-decoration: none; }
.quick-actions small { font-size: 11px; }
.action-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); border-radius: 15px; color: var(--accent); background: #fffaf7; transition: 180ms ease; }
.quick-actions a:hover .action-icon, .share-action:hover .action-icon { border-color: #d7a790; transform: translateY(-3px); }
.divider { height: 1px; margin: 0 22px; background: var(--line); }
.contact-links { display: grid; padding: 10px 22px 12px; }
.contact-links a { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 11px 4px; border-bottom: 1px solid #f1e9e5; color: inherit; text-decoration: none; }
.contact-links a:last-child { border: 0; }
.contact-links a > span:first-child { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--accent); background: var(--accent-soft); }
.contact-links a > span:first-child svg { width: 19px; }
.contact-links small { color: var(--muted); font-size: 10px; }
.contact-links strong { font-size: 12px; font-weight: 600; }
.contact-links b { color: #a18d83; font-size: 16px; font-weight: 400; transition: 180ms ease; }
.contact-links a:hover b { color: var(--accent); transform: translate(2px, -2px); }
footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 22px; border-top: 1px solid var(--line); color: #8b7a71; background: #fbf7f4; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.crc { display: flex; align-items: center; gap: 5px; }
.crc svg { width: 13px; height: 13px; color: var(--accent); stroke-width: 2.2; }
.toast { position: fixed; z-index: 5; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 8px; margin: 0; padding: 12px 16px; transform: translateX(-50%); border-radius: 999px; color: white; background: var(--ink); box-shadow: 0 8px 30px rgb(0 0 0 / 20%); font-size: 12px; white-space: nowrap; }
.toast[hidden] { display: none; }
.toast svg { width: 16px; color: #e4ad92; }
:focus-visible { outline: 3px solid #d88155; outline-offset: 3px; }
@media (max-width: 480px) { .page-shell { display: block; padding: 0; } .diamond { display: none; } .business-card { width: 100%; min-height: 100dvh; border: 0; border-radius: 0; box-shadow: none; } .brand-bar { padding-top: max(18px, env(safe-area-inset-top)); } .profile { padding-top: 25px; } .portrait-ring { width: 104px; height: 104px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
