:root {
    --twl-border: #d7ddd2;
    --twl-text: #0d120f;
    --twl-muted: #566158;
    --twl-surface: #ffffff;
    --twl-soft: #f4f5ef;
    --twl-accent: #0d120f;
    --twl-accent-dark: #1b2a1f;
    --twl-warm-accent: #a7cb5a;
}

.twl-dashboard, .twl-auth-card {max-width: 1080px; margin: 32px auto; color: var(--twl-text);}
.twl-card {background: var(--twl-surface); border: 1px solid var(--twl-border); border-radius: 16px; padding: 24px; box-shadow: 0 8px 28px rgba(13,18,15,.05);}
.twl-dashboard-header {display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:24px;}
.twl-eyebrow {margin:0 0 6px; color:var(--twl-accent); font-weight:700; text-transform:uppercase; letter-spacing:.08em; font-size:12px;}
.twl-form label {display:grid; gap:7px; font-weight:600; margin-bottom:16px;}
.twl-form input, .twl-form select, .twl-form textarea {width:100%; padding:12px 14px; border:1px solid #d7ddd2; border-radius:10px; background:#fff; color:var(--twl-text);}
.twl-grid {display:grid; gap:16px;}
.twl-grid-2 {grid-template-columns:repeat(2,minmax(0,1fr));}
.twl-button {display:inline-flex; justify-content:center; align-items:center; gap:8px; border:0; border-radius:999px; background:var(--twl-accent); color:#fff !important; padding:12px 20px; text-decoration:none !important; font-weight:700; cursor:pointer;}
.twl-button:hover {background:var(--twl-accent-dark);}
.twl-button-secondary {background:var(--twl-soft); color:var(--twl-accent) !important; border:1px solid var(--twl-border);}
.twl-button.is-saved {background:#e8f0da; color:var(--twl-accent) !important;}
.twl-button:disabled {opacity:.65; cursor:wait;}
.twl-notice {max-width:1080px; margin:16px auto; padding:14px 16px; border-radius:10px;}
.twl-notice-success {background:#eaf7ee; color:#1f6d37;}
.twl-notice-error {background:#fff0f0; color:#9b2424;}
.twl-notice-info {background:#eef5ff; color:#244e83;}
.twl-supplier-grid {display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px;}
.twl-supplier-card {overflow:hidden; background:#fff; border:1px solid var(--twl-border); border-radius:16px;}
.twl-supplier-image {display:flex; min-height:190px; background:var(--twl-soft); align-items:center; justify-content:center;}
.twl-supplier-image img {display:block; width:100%; height:220px; object-fit:cover;}
.twl-supplier-card-body {padding:18px;}
.twl-supplier-card-body h3 {margin:0 0 10px;}
.twl-list {margin:0; padding:0; list-style:none;}
.twl-list li {display:flex; justify-content:space-between; padding:12px 0; border-bottom:1px solid var(--twl-border);}
.twl-empty {text-align:center; max-width:720px; margin:32px auto;}

@media (max-width: 767px) {
    .twl-grid-2, .twl-supplier-grid {grid-template-columns:1fr;}
    .twl-dashboard-header {align-items:flex-start; flex-direction:column;}
    .twl-card {padding:18px;}
}

.twl-dashboard-cards {margin-bottom:24px;}
.twl-action-card {display:flex; flex-direction:column; gap:8px; color:var(--twl-text) !important; text-decoration:none !important; transition:transform .15s ease, box-shadow .15s ease;}
.twl-action-card:hover {transform:translateY(-2px); box-shadow:0 12px 32px rgba(13,18,15,.09);}
.twl-action-card.is-muted {opacity:.72;}
.twl-action-icon {display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; background:var(--twl-soft); color:var(--twl-accent); font-weight:800;}
.twl-profile-list {display:grid; gap:16px;}
.twl-profile-row {display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px 0; border-bottom:1px solid var(--twl-border);}
.twl-profile-row:last-child {border-bottom:0;}
.twl-profile-main {display:flex; align-items:flex-start; gap:16px; min-width:0; flex:1;}
.twl-profile-thumb {width:82px; height:82px; flex:0 0 82px; border-radius:12px; overflow:hidden; background:var(--twl-soft); display:flex; align-items:center; justify-content:center; color:var(--twl-muted); font-size:12px; text-align:center;}
.twl-profile-thumb img {width:100%; height:100%; object-fit:cover;}
.twl-profile-main h4 {margin:0 0 8px; font-size:20px;}
.twl-status-row {display:flex; flex-wrap:wrap; gap:10px; align-items:center; color:var(--twl-muted); font-size:14px;}
.twl-status {display:inline-flex; padding:4px 9px; border-radius:999px; font-size:12px; font-weight:700; background:#ecefe8; color:var(--twl-text);}
.twl-status-publish {background:#eaf7ee; color:#1f6d37;}
.twl-status-pending {background:#fff7df; color:#805d00;}
.twl-status-draft {background:#eef2f7; color:#4d5968;}
.twl-progress {height:8px; max-width:420px; margin:10px 0; overflow:hidden; border-radius:99px; background:#dfe5da;}
.twl-progress span {display:block; height:100%; border-radius:inherit; background:var(--twl-accent);}
.twl-missing {margin:8px 0 0; color:var(--twl-muted); font-size:13px;}
.twl-profile-actions {display:flex; flex-wrap:wrap; gap:10px; align-items:center; justify-content:flex-end;}
.twl-gd-actions {display:inline-flex; align-items:center;}
.twl-gd-actions:empty {display:none;}
.twl-claim-card {margin-top:24px;}
.twl-selected-profile {display:flex; justify-content:space-between; gap:12px; padding:14px 16px; margin-bottom:16px; border:1px solid var(--twl-border); border-radius:10px; background:var(--twl-soft);}
.twl-claim-link {display:inline-flex; font-weight:700; color:var(--twl-accent); text-decoration:underline; text-underline-offset:3px;}
.twl-owner-label {display:inline-flex; padding:8px 12px; border-radius:9px; background:#eaf7ee; color:#1f6d37; font-weight:700; font-size:14px;}
.twl-empty-inline {padding:8px 0;}

@media (max-width: 767px) {
    .twl-profile-row {align-items:flex-start; flex-direction:column;}
    .twl-profile-actions {justify-content:flex-start; width:100%;}
    .twl-profile-main {width:100%;}
    .twl-selected-profile {flex-direction:column;}
}

/* Supplier enquiries */
.twl-honeypot {position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; pointer-events:none !important;}
.twl-checkbox-label {display:flex !important; grid-template-columns:none !important; align-items:flex-start; gap:10px !important; font-weight:500 !important;}
.twl-checkbox-label input {width:auto !important; margin-top:4px;}
.twl-enquiry-form-card {max-width:900px; margin:28px auto;}
.twl-grid-4 {grid-template-columns:repeat(4,minmax(0,1fr));}
.twl-enquiry-summary {margin-bottom:24px;}
.twl-stat-card {display:grid; gap:5px; padding:18px;}
.twl-stat-card strong {font-size:30px; line-height:1; color:var(--twl-accent);}
.twl-stat-card span {color:var(--twl-muted); font-weight:600;}
.twl-enquiry-layout {display:grid; grid-template-columns:minmax(280px,.85fr) minmax(0,1.55fr); gap:20px; align-items:start;}
.twl-enquiry-list-card, .twl-enquiry-detail-card {padding:20px;}
.twl-section-heading {display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:16px;}
.twl-section-heading h3, .twl-section-heading h2 {margin:0;}
.twl-filter-form select {padding:8px 10px; border:1px solid var(--twl-border); border-radius:9px; background:#fff;}
.twl-enquiry-list {display:grid; margin:0 -8px;}
.twl-enquiry-list-item {display:flex; justify-content:space-between; gap:14px; padding:14px 10px; border-bottom:1px solid var(--twl-border); color:var(--twl-text) !important; text-decoration:none !important; border-radius:10px;}
.twl-enquiry-list-item:hover, .twl-enquiry-list-item.is-active {background:var(--twl-soft);}
.twl-enquiry-list-item strong, .twl-enquiry-list-item span {display:block;}
.twl-enquiry-list-item div:first-child span {margin-top:4px; color:var(--twl-muted); font-size:13px;}
.twl-enquiry-list-meta {display:flex; flex-direction:column; align-items:flex-end; gap:7px; flex:0 0 auto;}
.twl-enquiry-list-meta time {font-size:12px; color:var(--twl-muted);}
.twl-enquiry-facts {display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0; margin:0 0 20px; border:1px solid var(--twl-border); border-radius:12px; overflow:hidden;}
.twl-enquiry-facts div {padding:13px 15px; border-bottom:1px solid var(--twl-border);}
.twl-enquiry-facts div:nth-child(odd) {border-right:1px solid var(--twl-border);}
.twl-enquiry-facts dt {font-size:12px; color:var(--twl-muted); text-transform:uppercase; letter-spacing:.05em; font-weight:700;}
.twl-enquiry-facts dd {margin:5px 0 0; overflow-wrap:anywhere;}
.twl-enquiry-message {padding:18px; margin-bottom:18px; background:var(--twl-soft); border-radius:12px;}
.twl-enquiry-message h4 {margin:0 0 8px;}
.twl-enquiry-message p {margin:0;}
.twl-enquiry-update-form {padding-top:20px; border-top:1px solid var(--twl-border);}
.twl-align-left {justify-content:flex-start;}
.twl-status-new {background:#fff1e8; color:#9a4800;}
.twl-status-read {background:#eef2f7; color:#4d5968;}
.twl-status-replied {background:#eef5ff; color:#244e83;}
.twl-status-consultation {background:#f4edff; color:#65409a;}
.twl-status-quote {background:#fff7df; color:#805d00;}
.twl-status-booked {background:#eaf7ee; color:#1f6d37;}
.twl-status-lost, .twl-status-spam {background:#fff0f0; color:#9b2424;}

@media (max-width: 900px) {
    .twl-grid-4 {grid-template-columns:repeat(2,minmax(0,1fr));}
    .twl-enquiry-layout {grid-template-columns:1fr;}
}
@media (max-width: 600px) {
    .twl-grid-4, .twl-enquiry-facts {grid-template-columns:1fr;}
    .twl-enquiry-facts div:nth-child(odd) {border-right:0;}
    .twl-section-heading {flex-direction:column;}
    .twl-enquiry-list-item {flex-direction:column;}
    .twl-enquiry-list-meta {align-items:flex-start; flex-direction:row;}
}

/* Couple supplier planning tracker */
.twl-planner-summary {margin-bottom:24px;}
.twl-planner-list {display:grid; gap:22px;}
.twl-planner-card {display:grid; grid-template-columns:minmax(230px,.72fr) minmax(0,1.35fr); gap:28px; position:relative;}
.twl-planner-supplier {display:flex; flex-direction:column; gap:16px; min-width:0;}
.twl-planner-image {display:flex; min-height:180px; border-radius:13px; overflow:hidden; align-items:center; justify-content:center; background:var(--twl-soft); color:var(--twl-muted); text-decoration:none !important;}
.twl-planner-image img {width:100%; height:210px; object-fit:cover; display:block;}
.twl-planner-supplier-copy h3 {margin:0 0 10px; font-size:24px; line-height:1.2;}
.twl-planner-supplier-copy h3 a {color:var(--twl-text); text-decoration:none;}
.twl-text-link {display:inline-flex; margin-top:13px; color:var(--twl-accent); font-weight:700; text-decoration:underline; text-underline-offset:3px;}
.twl-payment-summary {display:grid; gap:5px; margin-top:15px; padding:13px 14px; border-radius:10px; background:var(--twl-soft); color:var(--twl-muted); font-size:14px;}
.twl-planner-form {padding-left:28px; border-left:1px solid var(--twl-border);}
.twl-remove-supplier-form {position:absolute; right:24px; bottom:20px;}
.twl-danger-link {padding:0; border:0; background:transparent; color:#9b2424; text-decoration:underline; text-underline-offset:3px; cursor:pointer; font-weight:600; font-size:13px;}
.twl-planning-status-booked {background:#eaf7ee; color:#1f6d37;}
.twl-planning-status-quote_received {background:#fff7df; color:#805d00;}
.twl-planning-status-consultation {background:#f4edff; color:#65409a;}
.twl-planning-status-contacted {background:#eef5ff; color:#244e83;}
.twl-planning-status-not_chosen {background:#fff0f0; color:#9b2424;}
.twl-planning-status-shortlisted {background:#e8f0da; color:var(--twl-accent);}

@media (max-width: 850px) {
    .twl-planner-card {grid-template-columns:1fr; padding-bottom:58px;}
    .twl-planner-form {padding-left:0; border-left:0; padding-top:22px; border-top:1px solid var(--twl-border);}
}

/* Couple wedding checklist */
.twl-checklist-summary {margin-bottom:24px;}
.twl-checklist-progress-card {margin-bottom:22px;}
.twl-progress-large {height:12px; max-width:none; margin-top:15px;}
.twl-inline-message {max-width:420px; margin:0; color:var(--twl-muted);}
.twl-add-task-card {margin-bottom:22px;}
.twl-add-task-card > summary, .twl-task-edit > summary {cursor:pointer; list-style:none;}
.twl-add-task-card > summary::-webkit-details-marker, .twl-task-edit > summary::-webkit-details-marker {display:none;}
.twl-add-task-card > summary {font-size:18px;}
.twl-add-task-card[open] > summary {margin-bottom:20px; padding-bottom:16px; border-bottom:1px solid var(--twl-border);}
.twl-checklist-filter-card {padding:16px 20px; margin-bottom:22px;}
.twl-checklist-filters {display:flex; flex-wrap:wrap; align-items:flex-end; gap:12px;}
.twl-checklist-filters label {display:grid; gap:6px; font-weight:700; color:var(--twl-text);}
.twl-checklist-filters select {min-width:190px; padding:10px 12px; border:1px solid var(--twl-border); border-radius:9px; background:#fff;}
.twl-reset-link {margin:0 0 10px;}
.twl-task-list {display:grid; gap:16px;}
.twl-task-card {padding:20px 22px; border-left:5px solid transparent;}
.twl-task-card.is-overdue {border-left-color:#b32d2e;}
.twl-task-card.is-complete {opacity:.72;}
.twl-task-card.is-complete h3 {text-decoration:line-through; text-decoration-thickness:1px;}
.twl-task-heading h3 {margin:9px 0 7px; font-size:21px;}
.twl-task-badges {display:flex; flex-wrap:wrap; gap:7px;}
.twl-task-meta {margin:0; color:var(--twl-muted); font-size:14px;}
.twl-task-linked-supplier {margin:8px 0 0; font-size:14px;}
.twl-task-linked-supplier a {font-weight:700; color:var(--twl-accent);}
.twl-task-edit {margin-top:17px; padding-top:15px; border-top:1px solid var(--twl-border);}
.twl-task-edit > summary {font-weight:700; color:var(--twl-accent);}
.twl-task-edit[open] > summary {margin-bottom:18px;}
.twl-task-delete-form {margin-top:14px;}
.twl-task-status-completed {background:#eaf7ee; color:#1f6d37;}
.twl-task-status-in_progress {background:#eef5ff; color:#244e83;}
.twl-task-status-not_started {background:#eef2f7; color:#4d5968;}
.twl-task-priority-low {background:#eef2f7; color:#4d5968;}
.twl-task-priority-normal {background:#e8f0da; color:var(--twl-accent);}
.twl-task-priority-high {background:#fff7df; color:#805d00;}
.twl-task-priority-urgent, .twl-task-overdue {background:#fff0f0; color:#9b2424;}

@media (max-width: 700px) {
    .twl-checklist-filters {align-items:stretch; flex-direction:column;}
    .twl-checklist-filters label, .twl-checklist-filters select, .twl-checklist-filters .twl-button {width:100%;}
    .twl-reset-link {margin:2px 0 0;}
    .twl-task-card {padding:18px;}
}

/* Couple wedding budget */
.twl-grid-3 {grid-template-columns:repeat(3,minmax(0,1fr));}
.twl-budget-summary {margin-bottom:22px;}
.twl-budget-summary .is-over-budget strong {color:#9b2424;}
.twl-budget-progress-card {margin-bottom:22px;}
.twl-budget-cost-guest {display:inline-flex; padding:8px 12px; border-radius:999px; background:var(--twl-soft); color:var(--twl-accent); font-weight:700; white-space:nowrap;}
.twl-budget-warning {margin:14px 0 0; color:#9b2424; font-weight:700;}
.twl-budget-controls {margin-bottom:22px;}
.twl-inline-budget-form {max-width:420px;}
.twl-add-budget-card {margin-bottom:22px;}
.twl-budget-list {display:grid; gap:17px;}
.twl-budget-item {border-left:5px solid transparent;}
.twl-budget-item.is-overdue {border-left-color:#b32d2e;}
.twl-budget-item.is-cancelled {opacity:.65;}
.twl-budget-auto-item {background:linear-gradient(180deg,#fff 0%,#f4f5ef 100%);}
.twl-budget-item-heading {display:flex; align-items:flex-start; justify-content:space-between; gap:22px;}
.twl-budget-item-heading h3 {margin:9px 0 5px; font-size:22px;}
.twl-budget-item-heading h3 a {color:var(--twl-text); text-decoration:none;}
.twl-budget-linked, .twl-budget-due, .twl-budget-notes {margin:7px 0 0; color:var(--twl-muted);}
.twl-budget-linked a {color:var(--twl-accent); font-weight:700;}
.twl-budget-numbers {display:grid; grid-template-columns:repeat(4,minmax(82px,1fr)); gap:10px; min-width:min(100%,460px);}
.twl-budget-numbers span {display:grid; gap:3px; padding:10px 12px; border-radius:10px; background:var(--twl-soft); text-align:right;}
.twl-budget-numbers small {color:var(--twl-muted); font-size:11px; text-transform:uppercase; letter-spacing:.04em;}
.twl-budget-numbers strong {font-size:16px;}
.twl-budget-due {font-weight:700;}
.twl-budget-notes {padding:13px 15px; border-radius:10px; background:var(--twl-soft);}
.twl-budget-form {margin-top:18px;}
.twl-budget-status-planned {background:#eef2f7; color:#4d5968;}
.twl-budget-status-quoted {background:#fff7df; color:#805d00;}
.twl-budget-status-booked {background:#eef5ff; color:#244e83;}
.twl-budget-status-paid {background:#eaf7ee; color:#1f6d37;}
.twl-budget-status-cancelled {background:#fff0f0; color:#9b2424;}

@media (max-width: 920px) {
    .twl-grid-3 {grid-template-columns:repeat(2,minmax(0,1fr));}
    .twl-budget-item-heading {flex-direction:column;}
    .twl-budget-numbers {width:100%;}
}
@media (max-width: 620px) {
    .twl-grid-3 {grid-template-columns:1fr;}
    .twl-budget-numbers {grid-template-columns:repeat(2,minmax(0,1fr));}
    .twl-budget-numbers span {text-align:left;}
}

/* v1.0 planning tools */
.twl-grid-3 {grid-template-columns:repeat(3,minmax(0,1fr));}
.twl-inline-actions {display:flex; flex-wrap:wrap; align-items:center; gap:10px;}
.twl-manager-layout {grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr); align-items:start; margin:24px 0;}
.twl-table-card {margin-top:24px;}
.twl-table-scroll {overflow-x:auto;}
.twl-table {width:100%; border-collapse:collapse; min-width:780px;}
.twl-table th,.twl-table td {padding:13px 12px; border-bottom:1px solid var(--twl-border); text-align:left; vertical-align:top;}
.twl-table th {font-size:12px; text-transform:uppercase; letter-spacing:.05em; color:var(--twl-muted);}
.twl-table small {color:var(--twl-muted);}
.twl-copy-field {width:100%; min-width:220px; padding:8px 10px; border:1px solid var(--twl-border); border-radius:8px; background:var(--twl-soft); font-size:12px;}
.twl-danger-link {padding:0; border:0; background:transparent; color:#9b2424; text-decoration:underline; cursor:pointer;}
.twl-status-accepted {background:#eaf7ee;color:#1f6d37;}
.twl-status-declined {background:#fff0f0;color:#9b2424;}
.twl-status-pending {background:#fff7df;color:#805d00;}
.twl-template-card {margin:24px 0;}
.twl-timeline-list {margin-top:24px;}
.twl-timeline {display:grid; gap:0;}
.twl-timeline-item {display:grid; grid-template-columns:120px 1fr; gap:24px; padding:20px 0; border-bottom:1px solid var(--twl-border);}
.twl-timeline-item:last-child {border-bottom:0;}
.twl-timeline-item>time {font-weight:800; color:var(--twl-accent);}
.twl-timeline-item h4 {margin:0 0 5px;}
.twl-timeline-item p {margin:5px 0;}
.twl-registry-grid {display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px;}
.twl-gift-card {overflow:hidden; border:1px solid var(--twl-border); border-radius:16px; background:#fff;}
.twl-gift-card>img {display:block; width:100%; height:190px; object-fit:cover; background:var(--twl-soft);}
.twl-gift-card>div {padding:18px;}
.twl-gift-card h3,.twl-gift-card h4 {margin:0 0 10px;}
.twl-reserve-details {margin-top:16px; border-top:1px solid var(--twl-border); padding-top:12px;}
.twl-reserve-details summary {cursor:pointer; font-weight:700; color:var(--twl-accent);}
.twl-reserve-details form {margin-top:14px;}
.twl-url-card {display:flex; flex-wrap:wrap; gap:14px; align-items:center; margin-bottom:24px;}
.twl-url-card .twl-copy-field {flex:1;}
.twl-current-hero {max-width:640px; margin-bottom:16px; border-radius:16px; overflow:hidden;}
.twl-current-hero img {display:block; width:100%; max-height:360px; object-fit:cover;}
.twl-premium-badge {display:inline-flex; align-items:center; border-radius:999px; padding:7px 12px; font-size:12px; font-weight:800; background:#f6ead2; color:#765010;}

/* Public wedding website */
.twl-wedding-site {--twl-wedding-accent:#0d120f; margin:0; background:#fff; color:#292326; font-family:inherit;}
.twl-wedding-site.twl-theme-modern {--twl-wedding-accent:#0d120f;}
.twl-wedding-site.twl-theme-botanical {--twl-wedding-accent:#48624a;}
.twl-wedding-hero {min-height:620px; display:flex; align-items:center; justify-content:center; padding:64px 24px; text-align:center; color:#fff; background-color:var(--twl-wedding-accent); background-size:cover; background-position:center;}
.twl-wedding-hero>div {max-width:900px;}
.twl-wedding-hero p {font-size:15px; text-transform:uppercase; letter-spacing:.18em; margin:0 0 20px;}
.twl-wedding-hero h1 {font-size:clamp(48px,8vw,100px); line-height:1; margin:0 0 22px; font-family:Georgia,serif; font-weight:400;}
.twl-theme-modern .twl-wedding-hero h1 {font-family:inherit; font-weight:700; letter-spacing:-.04em;}
.twl-wedding-hero time {font-size:20px; letter-spacing:.08em;}
.twl-wedding-section {padding:88px 24px;}
.twl-wedding-soft {background:#f4f5ef;}
.twl-theme-modern .twl-wedding-soft {background:#f4f7fa;}
.twl-theme-botanical .twl-wedding-soft {background:#f3f7f1;}
.twl-wedding-section-inner {max-width:1050px; margin:0 auto;}
.twl-wedding-section h2 {font-size:clamp(36px,5vw,62px); font-family:Georgia,serif; font-weight:400; margin:0 0 28px;}
.twl-theme-modern .twl-wedding-section h2 {font-family:inherit; font-weight:700;}
.twl-wedding-copy {max-width:780px; text-align:center;}
.twl-wedding-lead {font-size:22px; line-height:1.6;}
.twl-public-timeline {max-width:720px; margin:36px auto 0;}
.twl-public-timeline>div {display:grid; grid-template-columns:100px 1fr; gap:24px; padding:18px 0; border-bottom:1px solid var(--twl-border);}
.twl-public-timeline time {font-weight:800; color:var(--twl-wedding-accent);}
.twl-public-timeline h3 {margin:0 0 4px;}
.twl-public-timeline p {margin:0; color:var(--twl-muted);}
.twl-wedding-rsvp {text-align:center; background:var(--twl-wedding-accent); color:#fff;}
.twl-wedding-rsvp .twl-eyebrow {color:#fff;}
.twl-wedding-rsvp a {color:#fff;}
.twl-rsvp-card {max-width:680px;}

@media (max-width: 900px) {
    .twl-grid-3,.twl-grid-4,.twl-registry-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
    .twl-manager-layout {grid-template-columns:1fr;}
}
@media (max-width: 640px) {
    .twl-grid-3,.twl-grid-4,.twl-registry-grid {grid-template-columns:1fr;}
    .twl-timeline-item {grid-template-columns:1fr; gap:8px;}
    .twl-public-timeline>div {grid-template-columns:72px 1fr; gap:14px;}
    .twl-wedding-hero {min-height:480px;}
    .twl-wedding-section {padding:60px 18px;}
}

/* v1.6 Forest & Lime front-end fallback */
:root {
    --twl-border: #D7DDD2;
    --twl-text: #0D120F;
    --twl-muted: #566158;
    --twl-surface: #FFFFFF;
    --twl-soft: #F4F5EF;
    --twl-accent: #A7CB5A;
    --twl-accent-dark: #B8DA70;
    --twl-warm-accent: #1B2A1F;
}
.twl-button { background:#A7CB5A; color:#0D120F !important; }
.twl-button:hover { background:#B8DA70; color:#0D120F !important; }
.twl-button-secondary { background:transparent; color:#0D120F !important; border-color:rgba(13,18,15,.25); }
.twl-eyebrow { color:#5E792F; }
.twl-form input:focus,.twl-form select:focus,.twl-form textarea:focus {border-color:#A7CB5A;box-shadow:0 0 0 4px rgba(167,203,90,.22);outline:0;}
