:root{--font-heading: "Playfair Display", "Merriweather", serif;--font-ui: "Inter", "Roboto", sans-serif;--text-primary: #fdfbf7;--text-secondary: #d4cfc7;--accent-amber: #d9833b;--accent-amber-glow: rgba(217, 131, 59, .3);--bg-overlay: rgba(45, 30, 20, .6);--surface-button: rgba(45, 35, 30, .85);--surface-wood: url(../wood-texture.jpg), linear-gradient(170deg, #4a3525 0%, #2d1e14 100%)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100vw;height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-ui);color:var(--text-primary);background-color:#120e0a;overflow:hidden}.app-container{width:100vw;height:100vh;background-image:url(../Minnehaha-Falls.webp);background-size:cover;background-position:center;position:relative;display:flex;flex-direction:column}.app-container--dynamic-bg{background-image:none}.background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bg-overlay);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1}.dashboard-layout{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;height:100%;padding:3rem 4rem}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.property-brand{display:flex;align-items:center;gap:1rem}.header-logo-icon{width:50px;height:50px;object-fit:contain;border-radius:8px}.property-title{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;letter-spacing:.05em;font-style:normal}.property-subtitle{font-size:1.1rem;color:var(--text-secondary);margin-top:.2rem}.time-weather-widget{display:flex;align-items:center;gap:1.5rem;background:var(--surface-button);padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(253,251,247,.1);font-size:1.8rem;font-weight:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.weather-temp{display:flex;align-items:center;gap:.5rem;font-size:1.8rem;font-weight:500;color:var(--text-primary)}.time-display{font-size:2.5rem;font-weight:400;color:var(--text-primary);letter-spacing:.05em}.main-content{display:flex;flex:1;gap:4rem}.left-column{flex:1;display:flex;flex-direction:column;justify-content:center}.greeting-large{font-family:var(--font-heading);font-size:4rem;font-weight:400;line-height:1.3;margin-bottom:1rem;font-style:normal}.greeting-italic{font-style:italic;color:var(--text-primary)}.instruction-text{font-size:1.4rem;color:var(--text-secondary);max-width:600px;line-height:1.5;margin-bottom:3rem}.nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.nav-button{display:flex;align-items:center;gap:1.5rem;background:var(--surface-button);padding:1.5rem 2rem;border-radius:16px;border:1px solid rgba(253,251,247,.15);box-shadow:0 8px 24px #0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease;cursor:pointer;text-align:left;outline:none}.nav-button:focus,.nav-button.active{outline:none;border-color:var(--accent-amber);box-shadow:0 0 20px var(--accent-amber-glow),0 8px 24px #0009;transform:scale(1.02)}.nav-button-icon{width:48px;height:48px;color:var(--accent-amber);flex-shrink:0}.nav-button-text h3{font-size:1.5rem;font-weight:500;margin-bottom:.3rem}.nav-button-text p{font-size:1rem;color:var(--text-secondary)}.right-sidebar{width:320px;background:var(--surface-wood);background-blend-mode:multiply;background-size:cover;border-radius:16px;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 40px #00000080,0 12px 32px #0009;border:1px solid rgba(255,255,255,.05);position:relative}.right-sidebar:before,.right-sidebar:after{content:"";position:absolute;width:12px;height:12px;background:#3a2e24;border-radius:50%;box-shadow:inset 1px 1px 2px #fff3,inset -1px -1px 3px #000c}.right-sidebar:before{top:20px;left:20px}.right-sidebar:after{bottom:20px;right:20px}.sidebar-rivet{position:absolute;width:12px;height:12px;background:radial-gradient(circle at 30% 30%,#a47d58,#342214 70%);border-radius:50%;box-shadow:inset 1px 1px 2px #fff3,1px 1px 4px #000000e6,-1px -1px 2px #00000080}.rivet-tl{top:24px;left:24px}.rivet-tr{top:24px;right:24px}.rivet-ml{top:50%;left:24px;transform:translateY(-50%)}.rivet-mr{top:50%;right:24px;transform:translateY(-50%)}.rivet-bl{bottom:24px;left:24px}.rivet-br{bottom:24px;right:24px}.qr-section{display:flex;flex-direction:column;align-items:center;text-align:center}.qr-section--hero{gap:.5rem}.qr-wrapper{background:#fff;padding:.5rem;border-radius:8px;margin-bottom:1rem;position:relative;box-shadow:0 8px 24px #00000080}.qr-wrapper--large{padding:.75rem;border-radius:12px;margin-bottom:1.2rem;box-shadow:0 12px 32px #0009,0 0 20px var(--accent-amber-glow)}.qr-wrapper--small{padding:.35rem;border-radius:6px;margin-bottom:0;box-shadow:0 4px 12px #0006}.qr-wrapper img,.qr-wrapper svg{display:block;background:#fff}.qr-wrapper--large img,.qr-wrapper--large svg{width:180px;height:180px}.qr-wrapper--small img,.qr-wrapper--small svg{width:72px;height:72px}.qr-title{font-weight:600;font-size:1.2rem;margin-bottom:.2rem;color:var(--text-primary)}.qr-title--hero{font-size:1.6rem;font-family:var(--font-heading);letter-spacing:.03em}.qr-subtitle{font-size:.9rem;color:var(--text-secondary)}.qr-concierge-float{position:fixed;bottom:5rem;left:4rem;z-index:5;display:flex;align-items:center;gap:.75rem;background:#2d231ed9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.6rem 1rem .6rem .6rem;border-radius:12px;border:1px solid rgba(253,251,247,.08);box-shadow:0 4px 16px #00000080;opacity:.85;transition:opacity .3s ease}.qr-concierge-float:hover{opacity:1}.qr-concierge-label{display:flex;flex-direction:column}.qr-concierge-title{font-weight:600;font-size:.85rem;color:var(--text-primary)}.qr-concierge-hint{font-size:.7rem;color:var(--text-secondary);margin-top:1px}.footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:2rem;font-size:.9rem;color:#d4cfc780}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px var(--accent-amber-glow),0 0 60px #d9833b14}50%{box-shadow:0 0 30px #d9833b66,0 0 80px #d9833b26}}@keyframes particleFloat{0%{transform:translateY(0) translate(0) scale(1);opacity:0}10%{opacity:.5}90%{opacity:.15}to{transform:translateY(-100vh) translate(30px) scale(.5);opacity:0}}@keyframes progressRing{0%{stroke-dashoffset:502}to{stroke-dashoffset:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.pairing-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#120e0a,#2d1e14 40%,#1c1612,#120e0a);background-size:300% 300%;animation:gradientShift 20s ease infinite;overflow:hidden}.pairing-particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.pairing-particle{position:absolute;bottom:-10px;width:4px;height:4px;border-radius:50%;background:var(--accent-amber);animation:particleFloat linear infinite}.pairing-card{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:40px;padding:64px 80px;background:#1c1612cc;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(253,251,247,.1);border-radius:28px;box-shadow:0 32px 64px #00000080;max-width:720px;animation:fadeIn 1s ease-out}.pairing-brand{display:flex;flex-direction:column;align-items:center;gap:8px}.pairing-brand-icon{width:80px;height:80px;object-fit:contain;margin-bottom:8px}.pairing-brand h1{font-family:var(--font-heading);font-size:2.2rem;font-weight:600;color:#fdfbf7}.pairing-brand p{font-size:1.1rem;color:#d4cfc7;max-width:420px;text-align:center;line-height:1.6}.pairing-code-wrap{position:relative;padding:32px 56px;background:#0006;border:1px solid rgba(217,131,59,.3);border-radius:20px;animation:glowPulse 3s ease-in-out infinite}.pairing-code{font-family:var(--font-ui);font-size:72px;font-weight:800;letter-spacing:12px;color:var(--accent-amber);text-shadow:0 0 30px var(--accent-amber-glow)}.pairing-progress{display:flex;align-items:center;gap:16px}.pairing-spinner-ring{width:36px;height:36px}.pairing-spinner-ring circle{fill:none;stroke-width:3;stroke-linecap:round}.pairing-spinner-ring .ring-bg{stroke:#d9833b26}.pairing-spinner-ring .ring-fg{stroke:var(--accent-amber);stroke-dasharray:100;stroke-dashoffset:100;animation:progressRing 3s ease-in-out infinite alternate;transform-origin:center}.pairing-status{font-size:1.1rem;color:#d4cfc7}.pairing-error{margin-top:8px;font-size:.85rem;color:#fb7185;font-family:var(--font-ui);background:#fb71851a;padding:8px 16px;border-radius:12px;border:1px solid rgba(251,113,133,.2);max-width:480px;text-align:center}@keyframes kenBurns1{0%{transform:scale(1) translate(0)}to{transform:scale(1.15) translate(-2%,-1%)}}@keyframes kenBurns2{0%{transform:scale(1.05) translate(1%)}to{transform:scale(1.2) translate(-1%,-2%)}}@keyframes kenBurns3{0%{transform:scale(1) translate(-1%,1%)}to{transform:scale(1.12) translate(2%,-1%)}}.tv-idle-slideshow{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#120e0a}.tv-idle-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 2.5s ease-in-out}.tv-idle-slide.active{opacity:1}.tv-idle-slide:nth-child(3n+1){animation:kenBurns1 20s ease-in-out infinite alternate}.tv-idle-slide:nth-child(3n+2){animation:kenBurns2 22s ease-in-out infinite alternate}.tv-idle-slide:nth-child(3n){animation:kenBurns3 18s ease-in-out infinite alternate}.tv-idle-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(20,14,8,.65) 0%,transparent 30%,transparent 60%,rgba(20,14,8,.85) 100%);display:flex;flex-direction:column;justify-content:space-between;padding:3rem 4rem;z-index:10}.tv-idle-header{display:flex;justify-content:space-between;align-items:flex-start}.tv-idle-header h2{font-family:var(--font-heading);font-size:3rem;font-weight:500;color:#fdfbf7;text-shadow:0 2px 16px rgba(0,0,0,.8)}.tv-idle-time{font-size:4.5rem;font-weight:200;color:#fdfbf7;text-shadow:0 2px 16px rgba(0,0,0,.8)}.tv-idle-footer{text-align:center}.tv-idle-footer p{font-size:1.2rem;color:#fdfbf78c;animation:textPulse 4s ease-in-out infinite}@keyframes textPulse{0%,to{opacity:.35}50%{opacity:.85}}.tv-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#140e08d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.tv-modal-content{background:#2b1f17f2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:56px 72px;max-width:800px;text-align:center;box-shadow:0 24px 48px #000000b3}.tv-modal-content h2{font-family:var(--font-heading);font-size:2.5rem;color:var(--accent-amber);margin-bottom:20px}.tv-modal-content p{font-size:1.5rem;color:var(--text-secondary);line-height:1.5;margin-bottom:40px}.tv-modal-footer{font-size:1.1rem;color:#d4cfc780}.tv-loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background:#000;animation:fadeIn .5s ease-out}.tv-spinner{width:56px;height:56px;border:3px solid rgba(217,131,59,.15);border-left-color:var(--accent-amber);border-radius:50%;animation:spin 1s linear infinite}.tv-error-text{font-size:1.5rem;color:#fb7185}.poc-badge{position:fixed;bottom:12px;right:12px;font-size:.8rem;color:#d4cfc759;z-index:9999}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tv-modal-content--block{max-width:1000px;width:90vw;text-align:left;padding:48px 64px;display:flex;flex-direction:column;gap:32px}.tv-modal-header{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:20px}.tv-modal-title{font-family:var(--font-heading);font-size:2.8rem;color:var(--accent-amber);margin:0}.tv-modal-body{flex:1;display:flex;align-items:center;justify-content:center}.tv-modal-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;font-size:1.1rem;color:#d4cfc773}.tv-modal-close-btn{background:#d9833b26;border:1px solid rgba(217,131,59,.3);color:var(--accent-amber);padding:10px 24px;border-radius:10px;font-size:1.1rem;cursor:pointer;transition:background .2s ease}.tv-modal-close-btn:hover,.tv-modal-close-btn:focus{background:#d9833b4d;outline:none}.tv-modal-fallback{font-size:1.6rem;color:var(--text-secondary)}.block-modal--wifi{display:flex;gap:64px;align-items:center;width:100%}.wifi-qr-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}.wifi-qr-wrap .qr-wrapper{padding:12px;border-radius:16px}.wifi-qr-hint{font-size:1rem;color:var(--text-secondary);text-align:center}.wifi-details{display:flex;flex-direction:column;gap:20px;flex:1}.wifi-row{display:flex;flex-direction:column;gap:4px}.wifi-label{font-size:.95rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.wifi-value{font-size:2rem;font-weight:500;color:var(--text-primary)}.wifi-password{font-family:monospace;color:var(--accent-amber)}.block-modal--guide{display:flex;flex-direction:column;gap:20px;width:100%}.guide-category{display:flex;align-items:center;gap:10px;font-size:1.1rem;color:var(--text-secondary);text-transform:capitalize}.guide-description{font-size:1.5rem;color:var(--text-primary);line-height:1.5;max-width:600px}.guide-address{display:flex;align-items:center;gap:10px;font-size:1.2rem;color:var(--text-secondary)}.guide-qr-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.guide-qr-hint{font-size:.95rem;color:var(--text-secondary)}.block-modal--notice{display:flex;align-items:flex-start;gap:24px;padding:32px;border-left:4px solid #3b82f6;background:#0003;border-radius:12px;width:100%}.notice-icon{font-size:2.5rem;flex-shrink:0}.notice-body{font-size:1.6rem;color:var(--text-primary);line-height:1.5}.block-modal--text{width:100%}.block-modal--text p{font-size:1.6rem;color:var(--text-primary);line-height:1.7}.block-modal--qr{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.qr-modal-wrap{background:#fff;padding:16px;border-radius:16px;box-shadow:0 12px 32px #00000080}.qr-modal-hint{font-size:1.3rem;color:var(--text-secondary);text-align:center}.block-modal--contact{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%}.contact-instructions{font-size:1.6rem;color:var(--text-primary);line-height:1.5;text-align:center;max-width:560px}.block-modal--welcome{display:flex;flex-direction:column;gap:16px;width:100%;text-align:center}.welcome-headline{font-family:var(--font-heading);font-size:2.5rem;color:var(--text-primary);font-weight:400}.welcome-subtext{font-size:1.4rem;color:var(--text-secondary);line-height:1.6}.app-container{background:radial-gradient(circle at 58% 6%,rgba(54,59,34,.32),transparent 34%),radial-gradient(circle at 18% 42%,rgba(71,38,13,.22),transparent 31%),linear-gradient(112deg,#100905,#13100b 48%,#101309);background-size:cover;background-position:center}.app-container--dynamic-bg{background-size:cover;background-position:center}.background-overlay{background:linear-gradient(90deg,#110804e6,#0f0d08d6),radial-gradient(circle at 100% 0%,rgba(158,105,33,.08),transparent 34%);-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard-layout{padding:30px 66px 24px;gap:0}.header{height:78px;margin-bottom:22px}.property-brand{gap:13px}.header-logo-mark{width:41px;height:41px;display:grid;place-items:center;border-radius:8px;color:#ffb246;background:#4d2b0db8;border:1px solid rgba(255,171,60,.24);box-shadow:inset 0 1px #ffffff0a}.header-logo-mark svg{width:22px;height:22px;fill:currentColor}.property-title{font-family:var(--font-ui);font-size:18px;font-weight:800;color:#f4efe7;letter-spacing:0}.time-weather-widget{min-width:331px;height:78px;display:grid;grid-template-columns:143px 1px 147px;gap:18px;padding:14px 22px;background:#1f1309d1;border:1px solid rgba(176,112,31,.38);border-radius:16px;box-shadow:0 12px 30px #00000052}.weather-summary{display:flex;align-items:center;gap:11px;min-width:0}.weather-icon{width:34px;color:#ffb852;font-size:34px;line-height:1}.weather-copy{display:flex;min-width:0;flex-direction:column;justify-content:center}.weather-copy strong{font-size:30px;line-height:.95;color:#fff9f0}.weather-copy small{margin-top:4px;font-size:12px;color:#bcb0a3;white-space:nowrap}.weather-divider{width:1px;height:50px;background:#ffffff14}.time-date-stack{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.time-display{font-family:Georgia,Times New Roman,serif;font-size:33px;line-height:1;color:#fff9f0;letter-spacing:0}.date-display{margin-top:7px;font-size:12px;color:#aa9e92;white-space:nowrap}.hero-copy{max-width:1160px}.greeting-kicker{margin:0 0 2px;font-family:Georgia,Times New Roman,serif;font-size:31px;font-style:italic;line-height:1.1;color:#ffbc58}.greeting-large{margin:0;font-family:Georgia,Times New Roman,serif;font-size:78px;font-weight:700;line-height:.98;color:#fbf6ee;letter-spacing:0}.instruction-text{max-width:1160px;margin:12px 0 0;font-size:22px;line-height:1.35;color:#d2c9bf}.instruction-text strong{color:#f8efe5}.dashboard-divider{height:1px;margin:18px 0 20px;background:#eedac114}.main-content{display:grid;grid-template-columns:404px minmax(0,1fr);gap:26px;align-items:start;flex:0 0 auto}.wifi-card{height:398px;display:flex;flex-direction:column;align-items:center;padding:25px 28px 26px;border-radius:16px;background:#27160bb3;border:1px solid rgba(191,115,31,.35);box-shadow:inset 0 1px #ffffff08}.wifi-card-title{width:100%;display:flex;align-items:center;gap:12px;color:#fff9f0;font-size:24px;font-weight:800}.wifi-card-title svg{width:16px;height:16px;color:#ffb852}.wifi-qr-box{width:205px;height:205px;display:grid;place-items:center;margin-top:18px;border-radius:12px;overflow:hidden;background:#fff9f0}.wifi-card-copy{display:flex;flex-direction:column;align-items:center;max-width:280px;margin-top:21px;text-align:center}.wifi-card-copy strong{color:#ffbd55;font-size:20px;line-height:1.15}.wifi-card-copy span{margin-top:8px;color:#bdb1a4;font-size:16px;line-height:1.35}.attention-panel{padding-top:2px}.attention-panel h2{margin:0 0 12px;color:#c79a62;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:0}.action-list{display:flex;flex-direction:column;gap:10px}.action-row{width:100%;min-height:72px;display:grid;grid-template-columns:48px minmax(0,1fr) 20px;align-items:center;gap:16px;padding:16px 18px 16px 16px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:#140d08b8;color:#f7f0e7;text-align:left;outline:none;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.action-row--alert{min-height:74px}.action-row:focus,.action-row.active{border-color:#ffb24694;background:#27180ce6;transform:translate(2px)}.action-icon{width:34px;height:34px;display:grid;place-items:center;justify-self:center;border-radius:8px;color:#e7a43d;background:#693d0b94;border:1px solid rgba(242,163,48,.22)}.action-icon-svg{width:17px;height:17px}.action-copy{display:flex;min-width:0;flex-direction:column}.action-copy span{color:#f8f2eb;font-size:17px;font-weight:800;line-height:1.18}.action-copy small{margin-top:4px;color:#aa9e92;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-chevron{color:#b59f86;font-size:30px;line-height:1}.footer,.right-sidebar,.qr-concierge-float{display:none}.tv-modal-overlay{background:#080503db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tv-modal-content--block{width:min(1120px,calc(100vw - 96px));max-width:none;min-height:auto;max-height:calc(100vh - 64px);padding:34px 38px 28px;gap:20px;border-radius:18px;background:#140d08f5;border:1px solid rgba(184,114,27,.28)}.tv-modal-title{font-family:Georgia,Times New Roman,serif;font-size:42px;color:#fbf6ee;letter-spacing:0}.tv-modal-body{align-items:stretch}.tv-modal-footer{font-size:15px}.tv-modal-close-btn,.tv-modal-action,.contact-call-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:10px;border:1px solid rgba(255,184,82,.35);color:#0d0906;background:#ffbd55;font-size:16px;font-weight:800;text-decoration:none}.block-modal--pdf{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:24px}.block-modal--empty{display:grid;place-items:center;grid-template-columns:1fr}.block-modal--empty p{color:#d7cec2;font-size:24px}.pdf-frame{width:100%;height:390px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#f7f0e7}.pdf-side-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:20px;border-radius:14px;background:#27160bb3}.pdf-side-panel p{margin:0;color:#d4c8ba;font-size:15px;line-height:1.35;text-align:center}.block-modal--contact{min-height:0;gap:18px;justify-content:center}.contact-copy{text-align:center}.contact-copy h3{display:none;margin:0;font-family:Georgia,Times New Roman,serif;font-size:44px;color:#fbf6ee}.contact-instructions{max-width:620px;margin:0;color:#d4c8ba;font-size:18px}.contact-phone{margin:-10px 0 0;color:#bdb1a4;font-size:16px}
