@rubytech/create-maxy 1.0.879 → 1.0.881
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/payload/platform/plugins/admin/PLUGIN.md +1 -0
- package/payload/platform/plugins/admin/skills/plainly/SKILL.md +105 -0
- package/payload/platform/plugins/admin/skills/plainly/references/worked-examples.md +301 -0
- package/payload/platform/plugins/cloudflare/PLUGIN.md +1 -1
- package/payload/platform/plugins/docs/references/platform.md +5 -1
- package/payload/platform/plugins/docs/references/plugins-guide.md +3 -3
- package/payload/platform/templates/agents/admin/IDENTITY.md +5 -1
- package/payload/platform/templates/agents/public/IDENTITY.md +6 -0
- package/payload/platform/templates/specialists/agents/content-producer.md +6 -0
- package/payload/platform/templates/specialists/agents/database-operator.md +6 -0
- package/payload/platform/templates/specialists/agents/personal-assistant.md +6 -0
- package/payload/platform/templates/specialists/agents/project-manager.md +6 -0
- package/payload/platform/templates/specialists/agents/research-assistant.md +6 -0
- package/payload/premium-plugins/real-agency/BUNDLE.md +4 -2
- package/payload/premium-plugins/real-agency/plugins/brochures/PLUGIN.md +36 -0
- package/payload/premium-plugins/real-agency/plugins/brochures/commands/make-brochure.md +11 -0
- package/payload/premium-plugins/real-agency/plugins/brochures/skills/a4-print-documents/SKILL.md +288 -0
- package/payload/premium-plugins/real-agency/plugins/brochures/skills/brand-design/SKILL.md +185 -0
- package/payload/premium-plugins/real-agency/plugins/brochures/skills/make-brochure/SKILL.md +239 -0
- package/payload/premium-plugins/real-agency/plugins/brochures/skills/property-brochure/SKILL.md +306 -0
- package/payload/premium-plugins/real-agency/plugins/brochures/skills/property-brochure/references/template.html +1824 -0
- package/payload/premium-plugins/real-agency/plugins/brochures/skills/property-extract/SKILL.md +228 -0
- package/payload/server/chunk-KMVUUVHM.js +11438 -0
- package/payload/server/chunk-LVC7NKZ2.js +689 -0
- package/payload/server/cloudflare-task-tracker-CY6QL6CY.js +22 -0
- package/payload/server/maxy-edge.js +2 -1
- package/payload/server/public/assets/{Checkbox-CqsIsmEi.js → Checkbox-CeujDRv0.js} +1 -1
- package/payload/server/public/assets/{admin-uVxIhs_u.js → admin-BN_z-2Bm.js} +4 -4
- package/payload/server/public/assets/data-LYciLZK9.js +1 -0
- package/payload/server/public/assets/graph-C-SKAbGX.js +1 -0
- package/payload/server/public/assets/{graph-labels-D0qUVHtZ.js → graph-labels-Co03qEv5.js} +1 -1
- package/payload/server/public/assets/jsx-runtime-BcZkJOEw.css +1 -0
- package/payload/server/public/assets/{page-CnyySOZF.js → page-C4E0CWHe.js} +1 -1
- package/payload/server/public/assets/{page-DcK36vDf.js → page-DGLz4ozf.js} +1 -1
- package/payload/server/public/assets/{public-SXA00FTv.js → public-rILg7e8-.js} +1 -1
- package/payload/server/public/assets/{useVoiceRecorder-DcByEBLy.js → useVoiceRecorder-D3Upd7Q3.js} +1 -1
- package/payload/server/public/data.html +5 -5
- package/payload/server/public/graph.html +6 -6
- package/payload/server/public/index.html +8 -8
- package/payload/server/public/public.html +5 -5
- package/payload/server/server.js +80 -5
- package/payload/server/public/assets/data-CH-nQ7oX.js +0 -1
- package/payload/server/public/assets/graph-mpWDe4rf.js +0 -1
- package/payload/server/public/assets/jsx-runtime-Cy_HdZWV.css +0 -1
- /package/payload/server/public/assets/{jsx-runtime-BEjEWeaF.js → jsx-runtime-BWYXu1CT.js} +0 -0
|
@@ -0,0 +1,1824 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en-GB">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Property Folio — Template</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300;1,400&display=swap" rel="stylesheet">
|
|
10
|
+
<style>
|
|
11
|
+
/* ═══════════════════════════════════════════════════
|
|
12
|
+
EDITORIAL PROPERTY FOLIO — DEFAULT TEMPLATE
|
|
13
|
+
A4 landscape (297 × 210 mm) — magazine-grade layout
|
|
14
|
+
Type: Cormorant Garamond (display) + Poppins (text)
|
|
15
|
+
Palette: Muvin teal/gold on warm paper
|
|
16
|
+
═══════════════════════════════════════════════════ */
|
|
17
|
+
:root {
|
|
18
|
+
--teal-900: #064444;
|
|
19
|
+
--teal-950: #042D2D;
|
|
20
|
+
--teal-700: #0e5959;
|
|
21
|
+
--gold-500: #C7A86A;
|
|
22
|
+
--gold-700: #A88848;
|
|
23
|
+
--gold-300: #E5D2A8;
|
|
24
|
+
--paper-0: #FFFFFF;
|
|
25
|
+
--paper-25: #FCFBF8;
|
|
26
|
+
--paper-50: #FBF8F8;
|
|
27
|
+
--paper-100: #F5F0E6;
|
|
28
|
+
--slate-600: #6E6E6E;
|
|
29
|
+
--slate-400: #A09F9A;
|
|
30
|
+
--rule: rgba(6,68,68,0.16);
|
|
31
|
+
--rule-soft: rgba(6,68,68,0.08);
|
|
32
|
+
--ink: #1c2222;
|
|
33
|
+
|
|
34
|
+
--serif: 'Cormorant Garamond', 'Garamond', 'Times New Roman', serif;
|
|
35
|
+
--sans: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
39
|
+
html { font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
|
|
40
|
+
body {
|
|
41
|
+
font-family: var(--sans);
|
|
42
|
+
background: #d8d4cc;
|
|
43
|
+
color: var(--ink);
|
|
44
|
+
line-height: 1.55;
|
|
45
|
+
font-weight: 300;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
img { display: block; }
|
|
49
|
+
|
|
50
|
+
/* Download bar (screen only) */
|
|
51
|
+
.download-bar { position: fixed; top: 18px; right: 18px; z-index: 1000; }
|
|
52
|
+
.download-btn {
|
|
53
|
+
font-family: var(--sans);
|
|
54
|
+
font-size: 11px; font-weight: 400;
|
|
55
|
+
letter-spacing: 0.18em; text-transform: uppercase;
|
|
56
|
+
color: var(--paper-0); background: var(--teal-900);
|
|
57
|
+
border: 1px solid rgba(255,255,255,0.16);
|
|
58
|
+
padding: 12px 22px;
|
|
59
|
+
cursor: pointer;
|
|
60
|
+
display: flex; align-items: center; gap: 10px;
|
|
61
|
+
transition: background 250ms ease;
|
|
62
|
+
}
|
|
63
|
+
.download-btn:hover { background: var(--gold-700); }
|
|
64
|
+
.download-btn svg { width: 13px; height: 13px; }
|
|
65
|
+
|
|
66
|
+
/* ═══════════════════════════════════════════════════
|
|
67
|
+
PAGE BOXES
|
|
68
|
+
═══════════════════════════════════════════════════ */
|
|
69
|
+
.page {
|
|
70
|
+
width: 297mm;
|
|
71
|
+
height: 210mm;
|
|
72
|
+
margin: 18px auto 0;
|
|
73
|
+
position: relative;
|
|
74
|
+
overflow: hidden;
|
|
75
|
+
background: var(--paper-25);
|
|
76
|
+
box-shadow: 0 4px 28px rgba(0,0,0,0.14);
|
|
77
|
+
}
|
|
78
|
+
.page:last-of-type { margin-bottom: 22px; }
|
|
79
|
+
|
|
80
|
+
/* Folio (page-number) chrome — the bottom strip on a magazine page */
|
|
81
|
+
.folio {
|
|
82
|
+
position: absolute;
|
|
83
|
+
bottom: 8mm; left: 14mm; right: 14mm;
|
|
84
|
+
display: flex; justify-content: space-between; align-items: center;
|
|
85
|
+
font-family: var(--sans);
|
|
86
|
+
font-size: 9px; font-weight: 500;
|
|
87
|
+
letter-spacing: 0.32em; text-transform: uppercase;
|
|
88
|
+
color: var(--teal-900);
|
|
89
|
+
z-index: 5;
|
|
90
|
+
pointer-events: none;
|
|
91
|
+
}
|
|
92
|
+
.folio > span {
|
|
93
|
+
background: rgba(252, 251, 248, 0.92);
|
|
94
|
+
backdrop-filter: blur(10px) saturate(1.2);
|
|
95
|
+
-webkit-backdrop-filter: blur(10px) saturate(1.2);
|
|
96
|
+
padding: 5px 10px;
|
|
97
|
+
border-radius: 2px;
|
|
98
|
+
box-shadow: 0 1px 0 rgba(6,68,68,0.04);
|
|
99
|
+
white-space: nowrap;
|
|
100
|
+
}
|
|
101
|
+
.folio .folio-mid { letter-spacing: 0.4em; }
|
|
102
|
+
.folio em { font-style: normal; color: var(--gold-700); font-weight: 500; }
|
|
103
|
+
|
|
104
|
+
/* On dark/photo-heavy pages, swap to light text on dark pill */
|
|
105
|
+
.page.folio-dark .folio { color: var(--paper-25); }
|
|
106
|
+
.page.folio-dark .folio > span { background: rgba(6, 68, 68, 0.55); }
|
|
107
|
+
.page.folio-dark .folio em { color: var(--gold-300); }
|
|
108
|
+
|
|
109
|
+
/* ═══════════════════════════════════════════════════
|
|
110
|
+
COVER
|
|
111
|
+
═══════════════════════════════════════════════════ */
|
|
112
|
+
.cover {
|
|
113
|
+
background: var(--teal-950);
|
|
114
|
+
color: var(--paper-25);
|
|
115
|
+
}
|
|
116
|
+
.cover-bg { position: absolute; inset: 0; }
|
|
117
|
+
.cover-bg img {
|
|
118
|
+
width: 100%; height: 100%; object-fit: cover;
|
|
119
|
+
object-position: 50% 58%;
|
|
120
|
+
filter: brightness(0.78) saturate(0.92);
|
|
121
|
+
}
|
|
122
|
+
.cover-bg::after {
|
|
123
|
+
content: '';
|
|
124
|
+
position: absolute; inset: 0;
|
|
125
|
+
background:
|
|
126
|
+
linear-gradient(180deg, rgba(4,45,45,0.18) 0%, rgba(4,45,45,0.08) 35%, rgba(4,45,45,0.55) 78%, rgba(4,45,45,0.95) 100%),
|
|
127
|
+
linear-gradient(90deg, rgba(4,45,45,0.45) 0%, rgba(4,45,45,0.10) 40%, transparent 70%);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.cover-frame {
|
|
131
|
+
position: absolute;
|
|
132
|
+
top: 14mm; left: 14mm; right: 14mm; bottom: 14mm;
|
|
133
|
+
border: 1px solid rgba(229, 210, 168, 0.32);
|
|
134
|
+
z-index: 2;
|
|
135
|
+
pointer-events: none;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.cover-mast {
|
|
139
|
+
position: absolute; top: 18mm; left: 0; right: 0; z-index: 3;
|
|
140
|
+
text-align: center;
|
|
141
|
+
display: flex; align-items: center; justify-content: center; gap: 16px;
|
|
142
|
+
font-family: var(--sans);
|
|
143
|
+
font-size: 10px; font-weight: 400;
|
|
144
|
+
letter-spacing: 0.55em; text-transform: uppercase;
|
|
145
|
+
color: rgba(229, 210, 168, 0.88);
|
|
146
|
+
}
|
|
147
|
+
.cover-mast img { height: 26px; width: auto; display: block; filter: drop-shadow(0 1px 8px rgba(0,0,0,0.35)); }
|
|
148
|
+
.cover-mast .pipe { width: 1px; height: 18px; background: rgba(229, 210, 168, 0.55); }
|
|
149
|
+
.cover-mast .label { font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: 0.45em; text-transform: uppercase; color: rgba(229, 210, 168, 0.88); }
|
|
150
|
+
|
|
151
|
+
.cover-edition {
|
|
152
|
+
position: absolute; top: 28mm; left: 0; right: 0; z-index: 3;
|
|
153
|
+
text-align: center;
|
|
154
|
+
font-family: var(--serif);
|
|
155
|
+
font-style: italic;
|
|
156
|
+
font-size: 13px; font-weight: 400;
|
|
157
|
+
color: rgba(252,251,248,0.7);
|
|
158
|
+
letter-spacing: 0.04em;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.cover-center {
|
|
162
|
+
position: absolute; left: 0; right: 0;
|
|
163
|
+
top: 50%; transform: translateY(-52%);
|
|
164
|
+
z-index: 3;
|
|
165
|
+
text-align: center;
|
|
166
|
+
padding: 0 30mm;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.cover-eyebrow {
|
|
170
|
+
font-family: var(--sans);
|
|
171
|
+
font-size: 11px; font-weight: 400;
|
|
172
|
+
letter-spacing: 0.5em; text-transform: uppercase;
|
|
173
|
+
color: var(--gold-300);
|
|
174
|
+
margin-bottom: 14px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.cover-title {
|
|
178
|
+
font-family: var(--serif);
|
|
179
|
+
font-weight: 400;
|
|
180
|
+
font-size: 96px;
|
|
181
|
+
line-height: 0.92;
|
|
182
|
+
letter-spacing: -0.015em;
|
|
183
|
+
color: var(--paper-0);
|
|
184
|
+
margin-bottom: 6px;
|
|
185
|
+
}
|
|
186
|
+
.cover-title em {
|
|
187
|
+
display: block;
|
|
188
|
+
font-style: italic;
|
|
189
|
+
font-weight: 400;
|
|
190
|
+
color: var(--gold-300);
|
|
191
|
+
font-size: 0.62em;
|
|
192
|
+
margin-top: 8px;
|
|
193
|
+
letter-spacing: 0.005em;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.cover-rule {
|
|
197
|
+
width: 56px; height: 1px;
|
|
198
|
+
background: var(--gold-500);
|
|
199
|
+
margin: 20px auto 16px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.cover-tagline {
|
|
203
|
+
font-family: var(--serif);
|
|
204
|
+
font-style: italic;
|
|
205
|
+
font-size: 19px;
|
|
206
|
+
font-weight: 300;
|
|
207
|
+
color: rgba(252,251,248,0.85);
|
|
208
|
+
line-height: 1.45;
|
|
209
|
+
max-width: 520px;
|
|
210
|
+
margin: 0 auto;
|
|
211
|
+
letter-spacing: 0.005em;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.cover-foot {
|
|
215
|
+
position: absolute; left: 22mm; right: 22mm; bottom: 24mm;
|
|
216
|
+
z-index: 3;
|
|
217
|
+
display: flex; justify-content: space-between; align-items: flex-end;
|
|
218
|
+
}
|
|
219
|
+
.cover-foot-block .label {
|
|
220
|
+
font-family: var(--sans);
|
|
221
|
+
font-size: 9px; font-weight: 400;
|
|
222
|
+
letter-spacing: 0.32em; text-transform: uppercase;
|
|
223
|
+
color: rgba(252,251,248,0.55);
|
|
224
|
+
margin-bottom: 6px;
|
|
225
|
+
}
|
|
226
|
+
.cover-foot-block .val {
|
|
227
|
+
font-family: var(--serif);
|
|
228
|
+
font-size: 19px; font-weight: 400;
|
|
229
|
+
color: var(--paper-0);
|
|
230
|
+
letter-spacing: 0.01em;
|
|
231
|
+
}
|
|
232
|
+
.cover-foot-block.right { text-align: right; }
|
|
233
|
+
.cover-foot-block .val em { font-style: italic; color: var(--gold-300); }
|
|
234
|
+
|
|
235
|
+
/* ═══════════════════════════════════════════════════
|
|
236
|
+
CONTENTS PAGE
|
|
237
|
+
═══════════════════════════════════════════════════ */
|
|
238
|
+
.toc-page {
|
|
239
|
+
display: grid;
|
|
240
|
+
grid-template-columns: 1.1fr 1fr;
|
|
241
|
+
height: 100%;
|
|
242
|
+
}
|
|
243
|
+
.toc-image {
|
|
244
|
+
position: relative;
|
|
245
|
+
overflow: hidden;
|
|
246
|
+
}
|
|
247
|
+
.toc-image img { width: 100%; height: 100%; object-fit: cover; }
|
|
248
|
+
.toc-image::after {
|
|
249
|
+
content: '';
|
|
250
|
+
position: absolute; inset: 0;
|
|
251
|
+
background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.18) 100%);
|
|
252
|
+
}
|
|
253
|
+
.toc-image .caption {
|
|
254
|
+
position: absolute; bottom: 14mm; left: 12mm; right: 12mm;
|
|
255
|
+
font-family: var(--serif);
|
|
256
|
+
font-style: italic;
|
|
257
|
+
font-size: 13px;
|
|
258
|
+
color: rgba(252,251,248,0.92);
|
|
259
|
+
letter-spacing: 0.01em;
|
|
260
|
+
line-height: 1.5;
|
|
261
|
+
}
|
|
262
|
+
.toc-image .caption::before {
|
|
263
|
+
content: ''; display: block;
|
|
264
|
+
width: 28px; height: 1px;
|
|
265
|
+
background: var(--gold-300);
|
|
266
|
+
margin-bottom: 10px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.toc-content {
|
|
270
|
+
padding: 18mm 16mm 16mm;
|
|
271
|
+
display: flex; flex-direction: column;
|
|
272
|
+
justify-content: space-between;
|
|
273
|
+
}
|
|
274
|
+
.toc-eyebrow {
|
|
275
|
+
font-family: var(--sans);
|
|
276
|
+
font-size: 10px; font-weight: 500;
|
|
277
|
+
letter-spacing: 0.42em; text-transform: uppercase;
|
|
278
|
+
color: var(--gold-700);
|
|
279
|
+
}
|
|
280
|
+
.toc-rule { width: 32px; height: 1px; background: var(--gold-500); margin: 7px 0 14px; }
|
|
281
|
+
.toc-title.compact {
|
|
282
|
+
font-size: 38px !important;
|
|
283
|
+
line-height: 0.95 !important;
|
|
284
|
+
margin-bottom: 16px !important;
|
|
285
|
+
}
|
|
286
|
+
.toc-title {
|
|
287
|
+
font-family: var(--serif);
|
|
288
|
+
font-weight: 400;
|
|
289
|
+
font-size: 56px;
|
|
290
|
+
line-height: 1;
|
|
291
|
+
color: var(--teal-900);
|
|
292
|
+
letter-spacing: -0.01em;
|
|
293
|
+
margin-bottom: 24px;
|
|
294
|
+
}
|
|
295
|
+
.toc-title em { font-style: italic; color: var(--gold-700); }
|
|
296
|
+
|
|
297
|
+
.toc-list {
|
|
298
|
+
list-style: none;
|
|
299
|
+
border-top: 1px solid var(--rule);
|
|
300
|
+
}
|
|
301
|
+
.toc-list li {
|
|
302
|
+
display: grid;
|
|
303
|
+
grid-template-columns: 26px 1fr 34px;
|
|
304
|
+
align-items: baseline;
|
|
305
|
+
column-gap: 12px;
|
|
306
|
+
padding: 6.5px 0;
|
|
307
|
+
border-bottom: 1px solid var(--rule);
|
|
308
|
+
}
|
|
309
|
+
.toc-num {
|
|
310
|
+
font-family: var(--serif);
|
|
311
|
+
font-style: italic;
|
|
312
|
+
font-size: 13px;
|
|
313
|
+
color: var(--gold-700);
|
|
314
|
+
}
|
|
315
|
+
.toc-name {
|
|
316
|
+
font-family: var(--serif);
|
|
317
|
+
font-size: 15.5px;
|
|
318
|
+
font-weight: 400;
|
|
319
|
+
color: var(--teal-900);
|
|
320
|
+
letter-spacing: 0.005em;
|
|
321
|
+
line-height: 1.25;
|
|
322
|
+
}
|
|
323
|
+
.toc-name span {
|
|
324
|
+
font-family: var(--sans);
|
|
325
|
+
font-size: 8.5px; font-weight: 400;
|
|
326
|
+
letter-spacing: 0.18em; text-transform: uppercase;
|
|
327
|
+
color: var(--slate-600);
|
|
328
|
+
display: block;
|
|
329
|
+
margin-top: 2px;
|
|
330
|
+
}
|
|
331
|
+
.toc-page-num {
|
|
332
|
+
font-family: var(--sans);
|
|
333
|
+
font-size: 10px; font-weight: 500;
|
|
334
|
+
letter-spacing: 0.2em;
|
|
335
|
+
color: var(--gold-700);
|
|
336
|
+
text-align: right;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.toc-credit {
|
|
340
|
+
margin-top: auto;
|
|
341
|
+
font-family: var(--serif);
|
|
342
|
+
font-style: italic;
|
|
343
|
+
font-size: 12px;
|
|
344
|
+
color: var(--slate-600);
|
|
345
|
+
line-height: 1.55;
|
|
346
|
+
}
|
|
347
|
+
.toc-credit strong { font-style: normal; color: var(--teal-900); font-weight: 500; }
|
|
348
|
+
|
|
349
|
+
/* ═══════════════════════════════════════════════════
|
|
350
|
+
SHARED EDITORIAL STYLES
|
|
351
|
+
═══════════════════════════════════════════════════ */
|
|
352
|
+
.ed-eyebrow {
|
|
353
|
+
font-family: var(--sans);
|
|
354
|
+
font-size: 9.5px; font-weight: 500;
|
|
355
|
+
letter-spacing: 0.42em; text-transform: uppercase;
|
|
356
|
+
color: var(--gold-700);
|
|
357
|
+
margin-bottom: 8px;
|
|
358
|
+
}
|
|
359
|
+
.ed-rule { width: 32px; height: 1px; background: var(--gold-500); margin: 8px 0 14px; }
|
|
360
|
+
|
|
361
|
+
.ed-headline {
|
|
362
|
+
font-family: var(--serif);
|
|
363
|
+
font-weight: 400;
|
|
364
|
+
font-size: 50px;
|
|
365
|
+
line-height: 0.98;
|
|
366
|
+
letter-spacing: -0.012em;
|
|
367
|
+
color: var(--teal-900);
|
|
368
|
+
}
|
|
369
|
+
.ed-headline em { font-style: italic; font-weight: 400; color: var(--gold-700); }
|
|
370
|
+
.ed-headline.smaller { font-size: 38px; }
|
|
371
|
+
|
|
372
|
+
.ed-deck {
|
|
373
|
+
font-family: var(--serif);
|
|
374
|
+
font-style: italic;
|
|
375
|
+
font-weight: 400;
|
|
376
|
+
font-size: 17px;
|
|
377
|
+
line-height: 1.42;
|
|
378
|
+
color: var(--teal-700);
|
|
379
|
+
margin-top: 16px;
|
|
380
|
+
letter-spacing: 0.005em;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.ed-body {
|
|
384
|
+
font-family: var(--sans);
|
|
385
|
+
font-size: 10.5px; font-weight: 300;
|
|
386
|
+
line-height: 1.78;
|
|
387
|
+
color: #2c3535;
|
|
388
|
+
text-align: justify;
|
|
389
|
+
hyphens: auto;
|
|
390
|
+
}
|
|
391
|
+
.ed-body + .ed-body { margin-top: 9px; }
|
|
392
|
+
.ed-body strong { color: var(--teal-900); font-weight: 500; }
|
|
393
|
+
.ed-body em { color: var(--gold-700); font-style: italic; }
|
|
394
|
+
|
|
395
|
+
.ed-body.dropcap::first-letter {
|
|
396
|
+
font-family: var(--serif);
|
|
397
|
+
font-weight: 400;
|
|
398
|
+
font-size: 64px;
|
|
399
|
+
line-height: 0.85;
|
|
400
|
+
float: left;
|
|
401
|
+
color: var(--gold-700);
|
|
402
|
+
padding: 6px 10px 0 0;
|
|
403
|
+
margin-top: 4px;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.ed-caption {
|
|
407
|
+
font-family: var(--serif);
|
|
408
|
+
font-style: italic;
|
|
409
|
+
font-size: 11px;
|
|
410
|
+
color: var(--slate-600);
|
|
411
|
+
line-height: 1.5;
|
|
412
|
+
letter-spacing: 0.01em;
|
|
413
|
+
margin-top: 6px;
|
|
414
|
+
}
|
|
415
|
+
.ed-caption strong { font-style: normal; color: var(--teal-900); font-weight: 500; }
|
|
416
|
+
|
|
417
|
+
.ed-pullquote {
|
|
418
|
+
font-family: var(--serif);
|
|
419
|
+
font-style: italic;
|
|
420
|
+
font-weight: 400;
|
|
421
|
+
font-size: 26px;
|
|
422
|
+
line-height: 1.22;
|
|
423
|
+
color: var(--teal-900);
|
|
424
|
+
letter-spacing: -0.005em;
|
|
425
|
+
padding: 12px 0 14px;
|
|
426
|
+
border-top: 1px solid var(--rule);
|
|
427
|
+
border-bottom: 1px solid var(--rule);
|
|
428
|
+
}
|
|
429
|
+
.ed-pullquote::before {
|
|
430
|
+
content: '“';
|
|
431
|
+
display: block;
|
|
432
|
+
font-size: 50px;
|
|
433
|
+
line-height: 0.6;
|
|
434
|
+
color: var(--gold-500);
|
|
435
|
+
margin-bottom: 8px;
|
|
436
|
+
}
|
|
437
|
+
.ed-pullquote .attrib {
|
|
438
|
+
display: block;
|
|
439
|
+
font-family: var(--sans);
|
|
440
|
+
font-style: normal;
|
|
441
|
+
font-size: 9px; font-weight: 500;
|
|
442
|
+
letter-spacing: 0.32em; text-transform: uppercase;
|
|
443
|
+
color: var(--slate-600);
|
|
444
|
+
margin-top: 12px;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.ed-stat {
|
|
448
|
+
border-top: 1px solid var(--rule);
|
|
449
|
+
padding-top: 8px;
|
|
450
|
+
}
|
|
451
|
+
.ed-stat .v {
|
|
452
|
+
font-family: var(--serif);
|
|
453
|
+
font-size: 36px; font-weight: 400;
|
|
454
|
+
line-height: 1;
|
|
455
|
+
color: var(--teal-900);
|
|
456
|
+
letter-spacing: -0.01em;
|
|
457
|
+
}
|
|
458
|
+
.ed-stat .v em { font-style: italic; color: var(--gold-700); }
|
|
459
|
+
.ed-stat .l {
|
|
460
|
+
font-family: var(--sans);
|
|
461
|
+
font-size: 8.5px; font-weight: 400;
|
|
462
|
+
letter-spacing: 0.28em; text-transform: uppercase;
|
|
463
|
+
color: var(--slate-600);
|
|
464
|
+
margin-top: 8px;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
/* ═══════════════════════════════════════════════════
|
|
468
|
+
SPREAD 01 — OPENER (Pont Street-style two-page editorial)
|
|
469
|
+
Big serif title left, hero photo right
|
|
470
|
+
═══════════════════════════════════════════════════ */
|
|
471
|
+
.opener {
|
|
472
|
+
display: grid;
|
|
473
|
+
grid-template-columns: 1fr 1.35fr;
|
|
474
|
+
height: 100%;
|
|
475
|
+
}
|
|
476
|
+
.opener-text {
|
|
477
|
+
padding: 22mm 14mm 18mm 18mm;
|
|
478
|
+
display: flex; flex-direction: column;
|
|
479
|
+
}
|
|
480
|
+
.opener-spec {
|
|
481
|
+
margin-top: 10px;
|
|
482
|
+
font-family: var(--serif);
|
|
483
|
+
font-style: italic;
|
|
484
|
+
font-size: 16px;
|
|
485
|
+
color: var(--gold-700);
|
|
486
|
+
letter-spacing: 0.01em;
|
|
487
|
+
}
|
|
488
|
+
.opener-spec strong { font-style: normal; font-weight: 500; color: var(--teal-900); }
|
|
489
|
+
|
|
490
|
+
.opener-title {
|
|
491
|
+
font-family: var(--serif);
|
|
492
|
+
font-weight: 400;
|
|
493
|
+
font-size: 88px;
|
|
494
|
+
line-height: 0.94;
|
|
495
|
+
letter-spacing: -0.018em;
|
|
496
|
+
color: var(--teal-900);
|
|
497
|
+
margin: 18px 0 0;
|
|
498
|
+
}
|
|
499
|
+
.opener-title em {
|
|
500
|
+
display: block;
|
|
501
|
+
font-style: italic;
|
|
502
|
+
font-weight: 400;
|
|
503
|
+
color: var(--gold-700);
|
|
504
|
+
font-size: 0.7em;
|
|
505
|
+
line-height: 1;
|
|
506
|
+
margin-top: 4px;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.opener-meta-row {
|
|
510
|
+
display: flex; gap: 22px;
|
|
511
|
+
margin: 22px 0 18px;
|
|
512
|
+
padding: 12px 0;
|
|
513
|
+
border-top: 1px solid var(--rule);
|
|
514
|
+
border-bottom: 1px solid var(--rule);
|
|
515
|
+
}
|
|
516
|
+
.opener-meta-row .item {
|
|
517
|
+
font-family: var(--serif);
|
|
518
|
+
}
|
|
519
|
+
.opener-meta-row .item .k {
|
|
520
|
+
font-family: var(--sans);
|
|
521
|
+
font-size: 8.5px; font-weight: 500;
|
|
522
|
+
letter-spacing: 0.28em; text-transform: uppercase;
|
|
523
|
+
color: var(--slate-600);
|
|
524
|
+
display: block; margin-bottom: 4px;
|
|
525
|
+
}
|
|
526
|
+
.opener-meta-row .item .v {
|
|
527
|
+
font-family: var(--serif);
|
|
528
|
+
font-size: 18px; font-weight: 400;
|
|
529
|
+
color: var(--teal-900);
|
|
530
|
+
letter-spacing: 0;
|
|
531
|
+
}
|
|
532
|
+
.opener-meta-row .item .v em { font-style: italic; color: var(--gold-700); }
|
|
533
|
+
|
|
534
|
+
.opener-body { margin-top: auto; }
|
|
535
|
+
.opener-body .ed-body { font-size: 11px; }
|
|
536
|
+
|
|
537
|
+
.opener-image {
|
|
538
|
+
position: relative;
|
|
539
|
+
overflow: hidden;
|
|
540
|
+
}
|
|
541
|
+
.opener-image img { width: 100%; height: 100%; object-fit: cover; }
|
|
542
|
+
.opener-image::after {
|
|
543
|
+
content: '';
|
|
544
|
+
position: absolute; inset: 0;
|
|
545
|
+
background: linear-gradient(180deg, transparent 70%, rgba(0,0,0,0.25) 100%);
|
|
546
|
+
}
|
|
547
|
+
.opener-image .img-caption {
|
|
548
|
+
position: absolute;
|
|
549
|
+
bottom: 12mm; right: 12mm;
|
|
550
|
+
font-family: var(--serif);
|
|
551
|
+
font-style: italic;
|
|
552
|
+
font-size: 11px;
|
|
553
|
+
color: rgba(252,251,248,0.92);
|
|
554
|
+
text-align: right;
|
|
555
|
+
line-height: 1.5;
|
|
556
|
+
max-width: 220px;
|
|
557
|
+
}
|
|
558
|
+
.opener-image .img-caption::before {
|
|
559
|
+
content: ''; display: block;
|
|
560
|
+
width: 28px; height: 1px; background: var(--gold-300);
|
|
561
|
+
margin-left: auto; margin-bottom: 8px;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
/* ═══════════════════════════════════════════════════
|
|
565
|
+
SPREAD 02 — STORY: ground floor / living
|
|
566
|
+
Mosaic with narrative column
|
|
567
|
+
═══════════════════════════════════════════════════ */
|
|
568
|
+
.spread {
|
|
569
|
+
padding: 14mm 14mm 16mm;
|
|
570
|
+
height: 100%;
|
|
571
|
+
display: grid;
|
|
572
|
+
gap: 10px;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.spread-2 {
|
|
576
|
+
grid-template-columns: 1.1fr 1fr 1.1fr;
|
|
577
|
+
grid-template-rows: 1fr 56mm;
|
|
578
|
+
min-height: 0;
|
|
579
|
+
}
|
|
580
|
+
.spread-2 .hero-img {
|
|
581
|
+
grid-column: 1 / 3;
|
|
582
|
+
grid-row: 1;
|
|
583
|
+
overflow: hidden;
|
|
584
|
+
position: relative;
|
|
585
|
+
min-height: 0;
|
|
586
|
+
}
|
|
587
|
+
.spread-2 .hero-img img { width: 100%; height: 100%; object-fit: cover; }
|
|
588
|
+
|
|
589
|
+
.spread-2 .text-col {
|
|
590
|
+
grid-column: 3;
|
|
591
|
+
grid-row: 1;
|
|
592
|
+
padding: 2mm 0 0 4mm;
|
|
593
|
+
display: flex; flex-direction: column;
|
|
594
|
+
min-height: 0;
|
|
595
|
+
overflow: hidden;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.spread-2 .strip {
|
|
599
|
+
grid-column: 1 / 4;
|
|
600
|
+
grid-row: 2;
|
|
601
|
+
margin-top: 2mm;
|
|
602
|
+
display: grid;
|
|
603
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
604
|
+
gap: 14px;
|
|
605
|
+
}
|
|
606
|
+
.spread-2 .strip-cell { display: flex; flex-direction: column; gap: 6px; }
|
|
607
|
+
.spread-2 .strip-cell img {
|
|
608
|
+
width: 100%; height: 42mm; object-fit: cover;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
/* ═══════════════════════════════════════════════════
|
|
612
|
+
SPREAD 03 — RECEPTION ROOMS / HALL
|
|
613
|
+
Asymmetric: left big text, right offset photo column
|
|
614
|
+
═══════════════════════════════════════════════════ */
|
|
615
|
+
.spread-3 {
|
|
616
|
+
grid-template-columns: 1fr 1fr;
|
|
617
|
+
grid-template-rows: 60mm 1fr;
|
|
618
|
+
column-gap: 18px;
|
|
619
|
+
row-gap: 8px;
|
|
620
|
+
min-height: 0;
|
|
621
|
+
}
|
|
622
|
+
.spread-3 .head {
|
|
623
|
+
grid-column: 1 / 3;
|
|
624
|
+
grid-row: 1;
|
|
625
|
+
display: grid;
|
|
626
|
+
grid-template-columns: 1fr 1fr;
|
|
627
|
+
column-gap: 22px;
|
|
628
|
+
align-items: end;
|
|
629
|
+
overflow: hidden;
|
|
630
|
+
}
|
|
631
|
+
.spread-3 .head .right { padding-left: 0; }
|
|
632
|
+
|
|
633
|
+
.spread-3 .left-img {
|
|
634
|
+
grid-column: 1;
|
|
635
|
+
grid-row: 2;
|
|
636
|
+
position: relative;
|
|
637
|
+
overflow: hidden;
|
|
638
|
+
}
|
|
639
|
+
.spread-3 .left-img img { width: 100%; height: 100%; object-fit: cover; }
|
|
640
|
+
|
|
641
|
+
.spread-3 .right-stack {
|
|
642
|
+
grid-column: 2;
|
|
643
|
+
grid-row: 2;
|
|
644
|
+
display: grid;
|
|
645
|
+
grid-template-rows: 1fr 1fr;
|
|
646
|
+
row-gap: 10px;
|
|
647
|
+
min-height: 0;
|
|
648
|
+
}
|
|
649
|
+
.spread-3 .right-stack .cell { position: relative; overflow: hidden; min-height: 0; }
|
|
650
|
+
.spread-3 .right-stack img { width: 100%; height: 100%; object-fit: cover; }
|
|
651
|
+
.spread-3 .right-stack img { width: 100%; height: 100%; object-fit: cover; }
|
|
652
|
+
|
|
653
|
+
/* ═══════════════════════════════════════════════════
|
|
654
|
+
SPREAD 04 — BEDROOMS GALLERY (Savills-style)
|
|
655
|
+
Tile grid + sidebar text
|
|
656
|
+
═══════════════════════════════════════════════════ */
|
|
657
|
+
.spread-4 {
|
|
658
|
+
grid-template-columns: 1fr 2.1fr;
|
|
659
|
+
grid-template-rows: auto 1fr;
|
|
660
|
+
column-gap: 18px;
|
|
661
|
+
row-gap: 12px;
|
|
662
|
+
}
|
|
663
|
+
.spread-4 .text-side {
|
|
664
|
+
grid-column: 1;
|
|
665
|
+
grid-row: 1 / 3;
|
|
666
|
+
padding-right: 6mm;
|
|
667
|
+
display: flex; flex-direction: column;
|
|
668
|
+
}
|
|
669
|
+
.spread-4 .gallery {
|
|
670
|
+
grid-column: 2;
|
|
671
|
+
grid-row: 1 / 3;
|
|
672
|
+
display: grid;
|
|
673
|
+
grid-template-columns: 1.4fr 1fr 1fr;
|
|
674
|
+
grid-template-rows: 1fr 1fr;
|
|
675
|
+
gap: 10px;
|
|
676
|
+
}
|
|
677
|
+
.spread-4 .gallery .cell { position: relative; overflow: hidden; }
|
|
678
|
+
.spread-4 .gallery .cell img { width: 100%; height: 100%; object-fit: cover; }
|
|
679
|
+
.spread-4 .gallery .cell.tall { grid-row: 1 / 3; }
|
|
680
|
+
|
|
681
|
+
/* ═══════════════════════════════════════════════════
|
|
682
|
+
SPREAD 05 — ANNEXE FEATURE: full-bleed photo + side panel
|
|
683
|
+
═══════════════════════════════════════════════════ */
|
|
684
|
+
.feature-page {
|
|
685
|
+
display: grid;
|
|
686
|
+
grid-template-columns: 1.45fr 1fr;
|
|
687
|
+
height: 100%;
|
|
688
|
+
}
|
|
689
|
+
.feature-page .photo {
|
|
690
|
+
position: relative; overflow: hidden;
|
|
691
|
+
}
|
|
692
|
+
.feature-page .photo img { width: 100%; height: 100%; object-fit: cover; }
|
|
693
|
+
.feature-page .photo::after {
|
|
694
|
+
content: '';
|
|
695
|
+
position: absolute; inset: 0;
|
|
696
|
+
background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.2) 100%);
|
|
697
|
+
}
|
|
698
|
+
.feature-page .photo .photo-caption {
|
|
699
|
+
position: absolute;
|
|
700
|
+
bottom: 12mm; left: 12mm; right: 12mm;
|
|
701
|
+
font-family: var(--serif);
|
|
702
|
+
font-style: italic;
|
|
703
|
+
font-size: 12px;
|
|
704
|
+
color: rgba(252,251,248,0.94);
|
|
705
|
+
line-height: 1.5;
|
|
706
|
+
max-width: 70%;
|
|
707
|
+
}
|
|
708
|
+
.feature-page .photo .photo-caption::before {
|
|
709
|
+
content: ''; display: block;
|
|
710
|
+
width: 28px; height: 1px; background: var(--gold-300);
|
|
711
|
+
margin-bottom: 8px;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.feature-page .panel {
|
|
715
|
+
background: var(--paper-100);
|
|
716
|
+
padding: 22mm 14mm 18mm 16mm;
|
|
717
|
+
display: flex; flex-direction: column;
|
|
718
|
+
position: relative;
|
|
719
|
+
}
|
|
720
|
+
.feature-page .panel::before {
|
|
721
|
+
content: '';
|
|
722
|
+
position: absolute;
|
|
723
|
+
top: 14mm; left: 16mm; right: 14mm;
|
|
724
|
+
height: 1px;
|
|
725
|
+
background: var(--gold-500);
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
/* Annexe attribute cards */
|
|
729
|
+
.attr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; margin-top: 14px; }
|
|
730
|
+
.attr {
|
|
731
|
+
border-top: 1px solid var(--rule);
|
|
732
|
+
padding: 8px 0 4px;
|
|
733
|
+
}
|
|
734
|
+
.attr .k {
|
|
735
|
+
font-family: var(--sans);
|
|
736
|
+
font-size: 8px; font-weight: 500;
|
|
737
|
+
letter-spacing: 0.28em; text-transform: uppercase;
|
|
738
|
+
color: var(--gold-700);
|
|
739
|
+
margin-bottom: 4px;
|
|
740
|
+
}
|
|
741
|
+
.attr .v {
|
|
742
|
+
font-family: var(--serif);
|
|
743
|
+
font-size: 14px;
|
|
744
|
+
color: var(--teal-900);
|
|
745
|
+
line-height: 1.3;
|
|
746
|
+
letter-spacing: 0.005em;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
/* ═══════════════════════════════════════════════════
|
|
750
|
+
SPREAD 06 — GROUNDS & DEVELOPMENT
|
|
751
|
+
Big landscape image top, two-column text under
|
|
752
|
+
═══════════════════════════════════════════════════ */
|
|
753
|
+
.spread-6 {
|
|
754
|
+
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
755
|
+
grid-template-rows: 1.1fr auto;
|
|
756
|
+
row-gap: 14px;
|
|
757
|
+
column-gap: 14px;
|
|
758
|
+
}
|
|
759
|
+
.spread-6 .top-image {
|
|
760
|
+
grid-column: 1 / 5;
|
|
761
|
+
grid-row: 1;
|
|
762
|
+
position: relative; overflow: hidden;
|
|
763
|
+
}
|
|
764
|
+
.spread-6 .top-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
|
|
765
|
+
.spread-6 .top-image::after {
|
|
766
|
+
content: '';
|
|
767
|
+
position: absolute; inset: 0;
|
|
768
|
+
background: linear-gradient(90deg, rgba(4,45,45,0.55) 0%, rgba(4,45,45,0.10) 45%, transparent 70%);
|
|
769
|
+
}
|
|
770
|
+
.spread-6 .top-image .overlay {
|
|
771
|
+
position: absolute;
|
|
772
|
+
top: 14mm; left: 14mm;
|
|
773
|
+
max-width: 50%;
|
|
774
|
+
color: var(--paper-25);
|
|
775
|
+
}
|
|
776
|
+
.spread-6 .top-image .overlay .ed-eyebrow { color: var(--gold-300); }
|
|
777
|
+
.spread-6 .top-image .overlay .ed-rule { background: var(--gold-300); }
|
|
778
|
+
.spread-6 .top-image .overlay .ed-headline { color: var(--paper-0); font-size: 44px; }
|
|
779
|
+
.spread-6 .top-image .overlay .ed-headline em { color: var(--gold-300); }
|
|
780
|
+
|
|
781
|
+
.spread-6 .bottom { grid-row: 2; grid-column: span 1; }
|
|
782
|
+
.spread-6 .bottom h4 {
|
|
783
|
+
font-family: var(--serif);
|
|
784
|
+
font-size: 19px; font-weight: 500;
|
|
785
|
+
color: var(--teal-900);
|
|
786
|
+
margin-bottom: 6px;
|
|
787
|
+
letter-spacing: 0.005em;
|
|
788
|
+
}
|
|
789
|
+
.spread-6 .bottom h4 em { font-style: italic; font-weight: 400; color: var(--gold-700); }
|
|
790
|
+
.spread-6 .bottom .ed-body { font-size: 10px; }
|
|
791
|
+
|
|
792
|
+
/* ═══════════════════════════════════════════════════
|
|
793
|
+
SPREAD 07 — FLOORPLAN & SPECIFICATION
|
|
794
|
+
═══════════════════════════════════════════════════ */
|
|
795
|
+
.spread-7 {
|
|
796
|
+
grid-template-columns: 1.4fr 1fr;
|
|
797
|
+
grid-template-rows: auto 1fr;
|
|
798
|
+
column-gap: 22px;
|
|
799
|
+
row-gap: 10px;
|
|
800
|
+
}
|
|
801
|
+
.spread-7 .header {
|
|
802
|
+
grid-column: 1 / 3;
|
|
803
|
+
}
|
|
804
|
+
.spread-7 .plan-area {
|
|
805
|
+
grid-column: 1;
|
|
806
|
+
grid-row: 2;
|
|
807
|
+
display: flex; flex-direction: column; align-items: center; justify-content: center;
|
|
808
|
+
}
|
|
809
|
+
.spread-7 .plan-area img {
|
|
810
|
+
max-width: 100%;
|
|
811
|
+
max-height: 130mm;
|
|
812
|
+
width: auto; height: auto;
|
|
813
|
+
object-fit: contain;
|
|
814
|
+
}
|
|
815
|
+
.spread-7 .plan-area .meta {
|
|
816
|
+
margin-top: 10px;
|
|
817
|
+
text-align: center;
|
|
818
|
+
}
|
|
819
|
+
.spread-7 .plan-area .meta .lead {
|
|
820
|
+
font-family: var(--serif);
|
|
821
|
+
font-size: 16px; font-weight: 400;
|
|
822
|
+
color: var(--teal-900);
|
|
823
|
+
letter-spacing: 0.005em;
|
|
824
|
+
}
|
|
825
|
+
.spread-7 .plan-area .meta .lead em { font-style: italic; color: var(--gold-700); }
|
|
826
|
+
.spread-7 .plan-area .meta .sub {
|
|
827
|
+
font-family: var(--sans);
|
|
828
|
+
font-size: 9px; font-weight: 300;
|
|
829
|
+
color: var(--slate-600);
|
|
830
|
+
letter-spacing: 0.16em; text-transform: uppercase;
|
|
831
|
+
margin-top: 4px;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.spec-side {
|
|
835
|
+
grid-column: 2;
|
|
836
|
+
grid-row: 2;
|
|
837
|
+
border-left: 1px solid var(--rule);
|
|
838
|
+
padding-left: 18px;
|
|
839
|
+
display: flex; flex-direction: column;
|
|
840
|
+
}
|
|
841
|
+
.spec-list {
|
|
842
|
+
list-style: none;
|
|
843
|
+
margin-top: 8px;
|
|
844
|
+
}
|
|
845
|
+
.spec-list li {
|
|
846
|
+
display: grid;
|
|
847
|
+
grid-template-columns: 24px 1fr;
|
|
848
|
+
column-gap: 12px;
|
|
849
|
+
padding: 7px 0;
|
|
850
|
+
border-bottom: 1px solid var(--rule-soft);
|
|
851
|
+
font-family: var(--sans);
|
|
852
|
+
font-size: 9.5px; font-weight: 300;
|
|
853
|
+
line-height: 1.5;
|
|
854
|
+
color: #2c3535;
|
|
855
|
+
}
|
|
856
|
+
.spec-list li:last-child { border-bottom: none; }
|
|
857
|
+
.spec-list li .num {
|
|
858
|
+
font-family: var(--serif);
|
|
859
|
+
font-style: italic;
|
|
860
|
+
font-size: 11px;
|
|
861
|
+
color: var(--gold-700);
|
|
862
|
+
}
|
|
863
|
+
.spec-list li strong { color: var(--teal-900); font-weight: 500; }
|
|
864
|
+
|
|
865
|
+
/* EPC bars */
|
|
866
|
+
.epc-block { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--rule); }
|
|
867
|
+
.epc-title {
|
|
868
|
+
font-family: var(--serif);
|
|
869
|
+
font-size: 14px; font-weight: 500;
|
|
870
|
+
color: var(--teal-900);
|
|
871
|
+
margin-bottom: 8px;
|
|
872
|
+
letter-spacing: 0.005em;
|
|
873
|
+
}
|
|
874
|
+
.epc-title em { font-style: italic; color: var(--gold-700); }
|
|
875
|
+
.epc-bars { display: flex; gap: 2px; }
|
|
876
|
+
.epc-bar {
|
|
877
|
+
flex: 1;
|
|
878
|
+
height: 18px;
|
|
879
|
+
display: flex; align-items: center; justify-content: center;
|
|
880
|
+
font-family: var(--sans);
|
|
881
|
+
font-size: 9px; font-weight: 600;
|
|
882
|
+
color: white;
|
|
883
|
+
}
|
|
884
|
+
.epc-bar.a { background: #008054; }
|
|
885
|
+
.epc-bar.b { background: #19b459; }
|
|
886
|
+
.epc-bar.c { background: #8dce46; color: #1c2222; }
|
|
887
|
+
.epc-bar.d { background: #ffd500; color: #1c2222; }
|
|
888
|
+
.epc-bar.e { background: #fcaa65; color: #1c2222; }
|
|
889
|
+
.epc-bar.f { background: #ef8023; }
|
|
890
|
+
.epc-bar.g { background: #e9153b; }
|
|
891
|
+
|
|
892
|
+
/* ═══════════════════════════════════════════════════
|
|
893
|
+
SPREAD 08 — MATERIAL INFORMATION
|
|
894
|
+
Editorial directory style
|
|
895
|
+
═══════════════════════════════════════════════════ */
|
|
896
|
+
.mi-page { padding: 18mm 14mm; height: 100%; display: flex; flex-direction: column; }
|
|
897
|
+
.mi-head { display: grid; grid-template-columns: 2fr 3fr; column-gap: 24px; align-items: end; margin-bottom: 14px; }
|
|
898
|
+
.mi-intro {
|
|
899
|
+
font-family: var(--serif);
|
|
900
|
+
font-style: italic;
|
|
901
|
+
font-size: 13px;
|
|
902
|
+
line-height: 1.55;
|
|
903
|
+
color: var(--teal-700);
|
|
904
|
+
border-left: 1px solid var(--gold-500);
|
|
905
|
+
padding-left: 14px;
|
|
906
|
+
}
|
|
907
|
+
.mi-grid {
|
|
908
|
+
display: grid;
|
|
909
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
910
|
+
column-gap: 24px;
|
|
911
|
+
row-gap: 18px;
|
|
912
|
+
margin-top: 6px;
|
|
913
|
+
}
|
|
914
|
+
.mi-section .mi-label {
|
|
915
|
+
font-family: var(--sans);
|
|
916
|
+
font-size: 9px; font-weight: 500;
|
|
917
|
+
letter-spacing: 0.36em; text-transform: uppercase;
|
|
918
|
+
color: var(--gold-700);
|
|
919
|
+
border-bottom: 1px solid var(--gold-500);
|
|
920
|
+
padding-bottom: 6px;
|
|
921
|
+
margin-bottom: 8px;
|
|
922
|
+
}
|
|
923
|
+
.mi-section .mi-row {
|
|
924
|
+
display: flex; justify-content: space-between; align-items: baseline;
|
|
925
|
+
padding: 6px 0;
|
|
926
|
+
border-bottom: 1px solid var(--rule-soft);
|
|
927
|
+
font-family: var(--sans);
|
|
928
|
+
font-size: 9.5px;
|
|
929
|
+
column-gap: 10px;
|
|
930
|
+
}
|
|
931
|
+
.mi-section .mi-row:last-child { border-bottom: none; }
|
|
932
|
+
.mi-section .mi-row .k {
|
|
933
|
+
color: var(--slate-600); font-weight: 300;
|
|
934
|
+
}
|
|
935
|
+
.mi-section .mi-row .v {
|
|
936
|
+
color: var(--teal-900); font-weight: 400;
|
|
937
|
+
text-align: right;
|
|
938
|
+
font-family: var(--serif);
|
|
939
|
+
font-size: 11.5px;
|
|
940
|
+
letter-spacing: 0.01em;
|
|
941
|
+
}
|
|
942
|
+
.mi-foot {
|
|
943
|
+
margin-top: auto;
|
|
944
|
+
padding-top: 14px;
|
|
945
|
+
border-top: 1px solid var(--rule);
|
|
946
|
+
font-family: var(--serif);
|
|
947
|
+
font-style: italic;
|
|
948
|
+
font-size: 11px;
|
|
949
|
+
color: var(--slate-600);
|
|
950
|
+
line-height: 1.55;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
/* ═══════════════════════════════════════════════════
|
|
954
|
+
BACK PAGE
|
|
955
|
+
═══════════════════════════════════════════════════ */
|
|
956
|
+
.backpage {
|
|
957
|
+
background: var(--teal-950);
|
|
958
|
+
color: var(--paper-25);
|
|
959
|
+
}
|
|
960
|
+
.backpage .bg { position: absolute; inset: 0; }
|
|
961
|
+
.backpage .bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.32; }
|
|
962
|
+
.backpage .bg::after {
|
|
963
|
+
content: '';
|
|
964
|
+
position: absolute; inset: 0;
|
|
965
|
+
background:
|
|
966
|
+
radial-gradient(ellipse 60% 60% at 50% 40%, rgba(199,168,106,0.10) 0%, transparent 70%),
|
|
967
|
+
linear-gradient(180deg, rgba(4,45,45,0.55) 0%, rgba(4,45,45,0.45) 50%, rgba(4,45,45,0.92) 100%);
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
.backpage-frame {
|
|
971
|
+
position: absolute;
|
|
972
|
+
top: 14mm; left: 14mm; right: 14mm; bottom: 14mm;
|
|
973
|
+
border: 1px solid rgba(229, 210, 168, 0.32);
|
|
974
|
+
z-index: 1;
|
|
975
|
+
pointer-events: none;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.backpage-inner {
|
|
979
|
+
position: relative; z-index: 2;
|
|
980
|
+
height: 100%;
|
|
981
|
+
padding: 26mm 28mm 22mm;
|
|
982
|
+
display: flex; flex-direction: column;
|
|
983
|
+
align-items: center; justify-content: center;
|
|
984
|
+
text-align: center;
|
|
985
|
+
}
|
|
986
|
+
.back-mast {
|
|
987
|
+
display: flex; align-items: center; justify-content: center; gap: 16px;
|
|
988
|
+
font-family: var(--sans);
|
|
989
|
+
font-size: 10px; font-weight: 400;
|
|
990
|
+
letter-spacing: 0.55em; text-transform: uppercase;
|
|
991
|
+
color: rgba(229, 210, 168, 0.82);
|
|
992
|
+
margin-bottom: 22px;
|
|
993
|
+
}
|
|
994
|
+
.back-mast img { height: 28px; width: auto; display: block; filter: drop-shadow(0 1px 8px rgba(0,0,0,0.35)); }
|
|
995
|
+
.back-mast .pipe { width: 1px; height: 18px; background: rgba(229, 210, 168, 0.55); }
|
|
996
|
+
.back-mast .label { letter-spacing: 0.45em; text-transform: uppercase; color: rgba(229, 210, 168, 0.88); }
|
|
997
|
+
|
|
998
|
+
.back-headline {
|
|
999
|
+
font-family: var(--serif);
|
|
1000
|
+
font-weight: 400;
|
|
1001
|
+
font-size: 60px;
|
|
1002
|
+
line-height: 0.98;
|
|
1003
|
+
letter-spacing: -0.012em;
|
|
1004
|
+
color: var(--paper-0);
|
|
1005
|
+
margin-bottom: 12px;
|
|
1006
|
+
}
|
|
1007
|
+
.back-headline em { font-style: italic; color: var(--gold-300); }
|
|
1008
|
+
|
|
1009
|
+
.back-tagline {
|
|
1010
|
+
font-family: var(--serif);
|
|
1011
|
+
font-style: italic;
|
|
1012
|
+
font-size: 17px;
|
|
1013
|
+
color: rgba(252,251,248,0.82);
|
|
1014
|
+
line-height: 1.5;
|
|
1015
|
+
max-width: 540px;
|
|
1016
|
+
margin: 0 auto 28px;
|
|
1017
|
+
}
|
|
1018
|
+
.back-rule {
|
|
1019
|
+
width: 56px; height: 1px;
|
|
1020
|
+
background: var(--gold-500);
|
|
1021
|
+
margin: 0 auto 20px;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.back-contact-grid {
|
|
1025
|
+
display: grid;
|
|
1026
|
+
grid-template-columns: 1fr 1fr;
|
|
1027
|
+
gap: 36px;
|
|
1028
|
+
max-width: 540px;
|
|
1029
|
+
margin: 0 auto;
|
|
1030
|
+
text-align: left;
|
|
1031
|
+
}
|
|
1032
|
+
.back-contact-grid .cell .k {
|
|
1033
|
+
font-family: var(--sans);
|
|
1034
|
+
font-size: 9px; font-weight: 500;
|
|
1035
|
+
letter-spacing: 0.32em; text-transform: uppercase;
|
|
1036
|
+
color: rgba(229, 210, 168, 0.7);
|
|
1037
|
+
margin-bottom: 8px;
|
|
1038
|
+
border-bottom: 1px solid rgba(229,210,168,0.25);
|
|
1039
|
+
padding-bottom: 6px;
|
|
1040
|
+
}
|
|
1041
|
+
.back-contact-grid .cell .name {
|
|
1042
|
+
font-family: var(--serif);
|
|
1043
|
+
font-size: 19px;
|
|
1044
|
+
color: var(--paper-0);
|
|
1045
|
+
margin-bottom: 6px;
|
|
1046
|
+
letter-spacing: 0.005em;
|
|
1047
|
+
}
|
|
1048
|
+
.back-contact-grid .cell .name em { font-style: italic; color: var(--gold-300); }
|
|
1049
|
+
.back-contact-grid .cell .line {
|
|
1050
|
+
font-family: var(--sans);
|
|
1051
|
+
font-size: 11px; font-weight: 300;
|
|
1052
|
+
color: rgba(252,251,248,0.85);
|
|
1053
|
+
line-height: 1.7;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.back-foot {
|
|
1057
|
+
position: absolute;
|
|
1058
|
+
bottom: 28mm; left: 28mm; right: 28mm;
|
|
1059
|
+
z-index: 2;
|
|
1060
|
+
display: flex; justify-content: space-between; align-items: flex-end;
|
|
1061
|
+
}
|
|
1062
|
+
.back-foot .left, .back-foot .right {
|
|
1063
|
+
font-family: var(--sans);
|
|
1064
|
+
font-size: 9px; font-weight: 400;
|
|
1065
|
+
letter-spacing: 0.28em; text-transform: uppercase;
|
|
1066
|
+
color: rgba(252,251,248,0.55);
|
|
1067
|
+
}
|
|
1068
|
+
.back-foot .right { text-align: right; }
|
|
1069
|
+
.back-foot em { font-style: normal; color: var(--gold-300); }
|
|
1070
|
+
|
|
1071
|
+
.back-disclaimer {
|
|
1072
|
+
position: absolute;
|
|
1073
|
+
bottom: 16mm; left: 28mm; right: 28mm;
|
|
1074
|
+
z-index: 2;
|
|
1075
|
+
font-family: var(--serif);
|
|
1076
|
+
font-style: italic;
|
|
1077
|
+
font-size: 9px;
|
|
1078
|
+
line-height: 1.55;
|
|
1079
|
+
color: rgba(252,251,248,0.45);
|
|
1080
|
+
text-align: center;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
/* ═══════════════════════════════════════════════════
|
|
1084
|
+
PRINT
|
|
1085
|
+
═══════════════════════════════════════════════════ */
|
|
1086
|
+
.print-img {
|
|
1087
|
+
position: absolute;
|
|
1088
|
+
width: 1px;
|
|
1089
|
+
height: 1px;
|
|
1090
|
+
opacity: 0;
|
|
1091
|
+
pointer-events: none;
|
|
1092
|
+
z-index: -1;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
@page { size: A4 landscape; margin: 0; }
|
|
1096
|
+
@media print {
|
|
1097
|
+
html, body { background: white; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
|
|
1098
|
+
.download-bar { display: none !important; }
|
|
1099
|
+
.page { margin: 0; box-shadow: none; page-break-after: always; page-break-inside: avoid; overflow: hidden; }
|
|
1100
|
+
.page:last-of-type { page-break-after: auto; }
|
|
1101
|
+
|
|
1102
|
+
/* PRIMARY PATH — when print-img snapshots exist, hide everything else and show only the snapshot.
|
|
1103
|
+
The snapshot is a flat raster of the on-screen page (folio + all chrome baked in). */
|
|
1104
|
+
.page:has(.print-img[src]:not([src=""])) > *:not(.print-img) { display: none !important; }
|
|
1105
|
+
.print-img[src]:not([src=""]) {
|
|
1106
|
+
position: absolute !important;
|
|
1107
|
+
inset: 0 !important;
|
|
1108
|
+
width: 100% !important;
|
|
1109
|
+
height: 100% !important;
|
|
1110
|
+
opacity: 1 !important;
|
|
1111
|
+
object-fit: cover !important;
|
|
1112
|
+
z-index: 9999 !important;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
/* FALLBACK PATH — no snapshot present. Print the live DOM directly.
|
|
1116
|
+
Force folio reliability: drop backdrop-filter (Chrome's PDF engine strips it, pill goes invisible),
|
|
1117
|
+
lift z-index above any absolute imagery, and bring it 2mm inward of the printable edge. */
|
|
1118
|
+
.folio { z-index: 100 !important; bottom: 6mm !important; }
|
|
1119
|
+
.folio > span { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; background: rgba(252, 251, 248, 0.95) !important; }
|
|
1120
|
+
.page.folio-dark .folio > span { background: rgba(6, 68, 68, 0.78) !important; }
|
|
1121
|
+
.back-foot { z-index: 100 !important; }
|
|
1122
|
+
|
|
1123
|
+
* { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
|
|
1124
|
+
}
|
|
1125
|
+
</style>
|
|
1126
|
+
</head>
|
|
1127
|
+
<body>
|
|
1128
|
+
|
|
1129
|
+
<div class="download-bar">
|
|
1130
|
+
<button class="download-btn" onclick="window.print()">
|
|
1131
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
|
1132
|
+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
|
|
1133
|
+
<polyline points="7 10 12 15 17 10"/>
|
|
1134
|
+
<line x1="12" y1="15" x2="12" y2="3"/>
|
|
1135
|
+
</svg>
|
|
1136
|
+
Download PDF
|
|
1137
|
+
</button>
|
|
1138
|
+
</div>
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
<!-- ════════════════════════════════════════════════════
|
|
1142
|
+
COVER
|
|
1143
|
+
════════════════════════════════════════════════════ -->
|
|
1144
|
+
<section class="page cover" data-screen-label="01 Cover">
|
|
1145
|
+
<img class="print-img" src="cover-print.png" alt="">
|
|
1146
|
+
<div class="cover-bg">
|
|
1147
|
+
<img src="images/PROPERTY-SLUG-01.webp" alt="Cover hero — golden-hour exterior">
|
|
1148
|
+
</div>
|
|
1149
|
+
<div class="cover-frame"></div>
|
|
1150
|
+
|
|
1151
|
+
<!-- REPLACE: Brand masthead — use the brand logo (white/light variant for the dark cover image).
|
|
1152
|
+
Path is relative to brochure.html. Fall back to a text masthead if no logo asset exists. -->
|
|
1153
|
+
<div class="cover-mast">
|
|
1154
|
+
<img src="images/BRAND-LOGO-LIGHT.png" alt="BRAND">
|
|
1155
|
+
<span class="pipe"></span>
|
|
1156
|
+
<span class="label">Property Folio</span>
|
|
1157
|
+
</div>
|
|
1158
|
+
<!-- REPLACE: Edition / issue line (top-right) — folio number, season, Roman year -->
|
|
1159
|
+
<div class="cover-edition">No. NN·NN · Season · YEAR</div>
|
|
1160
|
+
|
|
1161
|
+
<div class="cover-center">
|
|
1162
|
+
<!-- REPLACE: Location eyebrow — village/town, county -->
|
|
1163
|
+
<div class="cover-eyebrow">Village, County</div>
|
|
1164
|
+
<!-- REPLACE: Property name (cover-title) — house name with optional <em> sub-line -->
|
|
1165
|
+
<h1 class="cover-title">Property Name<em>an editorial sub-line</em></h1>
|
|
1166
|
+
<div class="cover-rule"></div>
|
|
1167
|
+
<!-- REPLACE: Cover tagline — one or two sentences, the headline pitch -->
|
|
1168
|
+
<p class="cover-tagline">
|
|
1169
|
+
A one or two sentence editorial pitch for the property — square footage, key features, and the lifestyle hook.
|
|
1170
|
+
</p>
|
|
1171
|
+
</div>
|
|
1172
|
+
|
|
1173
|
+
<div class="cover-foot">
|
|
1174
|
+
<div class="cover-foot-block">
|
|
1175
|
+
<div class="label">Guide Price</div>
|
|
1176
|
+
<!-- REPLACE: Guide price -->
|
|
1177
|
+
<div class="val"><em>£0,000,000</em></div>
|
|
1178
|
+
</div>
|
|
1179
|
+
<div class="cover-foot-block right">
|
|
1180
|
+
<div class="label">Folio</div>
|
|
1181
|
+
<!-- REPLACE: Folio / reference number -->
|
|
1182
|
+
<div class="val">№ 0000000</div>
|
|
1183
|
+
</div>
|
|
1184
|
+
</div>
|
|
1185
|
+
</section>
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
<!-- ════════════════════════════════════════════════════
|
|
1189
|
+
CONTENTS — page 2
|
|
1190
|
+
════════════════════════════════════════════════════ -->
|
|
1191
|
+
<section class="page" data-screen-label="02 Contents">
|
|
1192
|
+
<img class="print-img" src="page2-print.png" alt="">
|
|
1193
|
+
<div class="toc-page">
|
|
1194
|
+
<div class="toc-image">
|
|
1195
|
+
<!-- REPLACE: Contents-page hero image -->
|
|
1196
|
+
<img src="images/PROPERTY-SLUG-04.webp" alt="Property hero image for contents page">
|
|
1197
|
+
<!-- REPLACE: Contents-page caption — a single editorial sentence -->
|
|
1198
|
+
<div class="caption">A single editorial sentence introducing the property's character.</div>
|
|
1199
|
+
</div>
|
|
1200
|
+
<div class="toc-content">
|
|
1201
|
+
<div>
|
|
1202
|
+
<div class="toc-eyebrow">In this folio</div>
|
|
1203
|
+
<div class="toc-rule"></div>
|
|
1204
|
+
<h2 class="toc-title">Contents <em>& itinerary</em></h2>
|
|
1205
|
+
|
|
1206
|
+
<!-- REPLACE: Table of contents — eight chapters, Roman numerals i-viii.
|
|
1207
|
+
Each <li> has: numeral, chapter title, italic-style subtitle in nested <span>, page number.
|
|
1208
|
+
If a property has no annexe (or some other chapter doesn't apply), keep the slot
|
|
1209
|
+
but rename the chapter (e.g. "v. Workshop & studio") rather than removing the row —
|
|
1210
|
+
the layout assumes eight items. -->
|
|
1211
|
+
<ul class="toc-list">
|
|
1212
|
+
<li>
|
|
1213
|
+
<span class="toc-num">i.</span>
|
|
1214
|
+
<span class="toc-name">Of place & pedigree<span>The opening — Location, County</span></span>
|
|
1215
|
+
<span class="toc-page-num">03</span>
|
|
1216
|
+
</li>
|
|
1217
|
+
<li>
|
|
1218
|
+
<span class="toc-num">ii.</span>
|
|
1219
|
+
<span class="toc-name">A house at ease<span>Living, dining & the everyday rooms</span></span>
|
|
1220
|
+
<span class="toc-page-num">04</span>
|
|
1221
|
+
</li>
|
|
1222
|
+
<li>
|
|
1223
|
+
<span class="toc-num">iii.</span>
|
|
1224
|
+
<span class="toc-name">Hall, hearth & sun<span>Reception rooms, study & garden room</span></span>
|
|
1225
|
+
<span class="toc-page-num">05</span>
|
|
1226
|
+
</li>
|
|
1227
|
+
<li>
|
|
1228
|
+
<span class="toc-num">iv.</span>
|
|
1229
|
+
<span class="toc-name">Bedrooms & baths<span>N bedrooms · N bathrooms</span></span>
|
|
1230
|
+
<span class="toc-page-num">06</span>
|
|
1231
|
+
</li>
|
|
1232
|
+
<li>
|
|
1233
|
+
<span class="toc-num">v.</span>
|
|
1234
|
+
<span class="toc-name">A flexible feature<span>Annexe / studio / outbuilding chapter</span></span>
|
|
1235
|
+
<span class="toc-page-num">07</span>
|
|
1236
|
+
</li>
|
|
1237
|
+
<li>
|
|
1238
|
+
<span class="toc-num">vi.</span>
|
|
1239
|
+
<span class="toc-name">Garden & ground<span>The plot, planting, planning</span></span>
|
|
1240
|
+
<span class="toc-page-num">08</span>
|
|
1241
|
+
</li>
|
|
1242
|
+
<li>
|
|
1243
|
+
<span class="toc-num">vii.</span>
|
|
1244
|
+
<span class="toc-name">Plan & particulars<span>Floor plans · features · energy</span></span>
|
|
1245
|
+
<span class="toc-page-num">09</span>
|
|
1246
|
+
</li>
|
|
1247
|
+
<li>
|
|
1248
|
+
<span class="toc-num">viii.</span>
|
|
1249
|
+
<span class="toc-name">Material information<span>Disclosure under DMCCA 2024</span></span>
|
|
1250
|
+
<span class="toc-page-num">10</span>
|
|
1251
|
+
</li>
|
|
1252
|
+
</ul>
|
|
1253
|
+
</div>
|
|
1254
|
+
|
|
1255
|
+
<!-- REPLACE: Editorial credit line — photographer/marketing footer.
|
|
1256
|
+
Optional: prepend the dark brand logo (teal/dark variant for the warm-paper background). -->
|
|
1257
|
+
<div class="toc-credit">
|
|
1258
|
+
<img src="images/BRAND-LOGO-DARK.png" alt="BRAND" style="height: 22px; width: auto; display: block; margin: 0 0 10px 0; opacity: 0.92;">
|
|
1259
|
+
Photographed in‑situ. Floor plans drawn to indicative scale.<br>
|
|
1260
|
+
<strong>Marketed by BRAND</strong> — Office · Town
|
|
1261
|
+
</div>
|
|
1262
|
+
</div>
|
|
1263
|
+
</div>
|
|
1264
|
+
<!-- REPLACE: Footer folio — left = "Property Name · Location"; middle = chapter; right = page number.
|
|
1265
|
+
Repeat across every page; keep the structure identical. -->
|
|
1266
|
+
<div class="folio">
|
|
1267
|
+
<span>Property Name · Location</span>
|
|
1268
|
+
<span class="folio-mid">— <em>Contents</em> —</span>
|
|
1269
|
+
<span>02</span>
|
|
1270
|
+
</div>
|
|
1271
|
+
</section>
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
<!-- ════════════════════════════════════════════════════
|
|
1275
|
+
OPENER — Spread 03 (Of Place & Pedigree)
|
|
1276
|
+
════════════════════════════════════════════════════ -->
|
|
1277
|
+
<section class="page" data-screen-label="03 Opener">
|
|
1278
|
+
<img class="print-img" src="page3-print.png" alt="">
|
|
1279
|
+
<div class="opener">
|
|
1280
|
+
<div class="opener-text">
|
|
1281
|
+
<div class="ed-eyebrow">Chapter I · Of place & pedigree</div>
|
|
1282
|
+
<div class="ed-rule"></div>
|
|
1283
|
+
<!-- REPLACE: Property name + italic location sub-line -->
|
|
1284
|
+
<h2 class="opener-title">Property Name<em>Location</em></h2>
|
|
1285
|
+
<!-- REPLACE: County and postcode -->
|
|
1286
|
+
<div class="opener-spec"><strong>County</strong> · POSTCODE</div>
|
|
1287
|
+
|
|
1288
|
+
<!-- REPLACE: Five-stat headline row — bedrooms, bathrooms, receptions, internal sq ft, plus one property-specific stat (annexe / studio / parking / acreage). -->
|
|
1289
|
+
<div class="opener-meta-row">
|
|
1290
|
+
<div class="item">
|
|
1291
|
+
<span class="k">Bedrooms</span>
|
|
1292
|
+
<span class="v">N</span>
|
|
1293
|
+
</div>
|
|
1294
|
+
<div class="item">
|
|
1295
|
+
<span class="k">Bathrooms</span>
|
|
1296
|
+
<span class="v">N</span>
|
|
1297
|
+
</div>
|
|
1298
|
+
<div class="item">
|
|
1299
|
+
<span class="k">Receptions</span>
|
|
1300
|
+
<span class="v">N</span>
|
|
1301
|
+
</div>
|
|
1302
|
+
<div class="item">
|
|
1303
|
+
<span class="k">Internal</span>
|
|
1304
|
+
<span class="v">0,000 <em>sq ft</em></span>
|
|
1305
|
+
</div>
|
|
1306
|
+
<div class="item">
|
|
1307
|
+
<span class="k">Feature</span>
|
|
1308
|
+
<span class="v"><em>Yes</em></span>
|
|
1309
|
+
</div>
|
|
1310
|
+
</div>
|
|
1311
|
+
|
|
1312
|
+
<!-- REPLACE: Two opening paragraphs. The first paragraph carries the dropcap class — keep it.
|
|
1313
|
+
The second paragraph is the "headline / hook" — bold the most important feature; close with an italicised promise. -->
|
|
1314
|
+
<div class="opener-body">
|
|
1315
|
+
<p class="ed-body dropcap">
|
|
1316
|
+
Opening paragraph introducing the setting, scale and character of the property — three or four sentences, written in a measured editorial tone.
|
|
1317
|
+
</p>
|
|
1318
|
+
<p class="ed-body">
|
|
1319
|
+
Second paragraph leading on the property's <strong>standout feature</strong> — what makes this house unusual — and closing with an italicised editorial promise: <em>buy today, do something tomorrow</em>.
|
|
1320
|
+
</p>
|
|
1321
|
+
</div>
|
|
1322
|
+
</div>
|
|
1323
|
+
|
|
1324
|
+
<div class="opener-image">
|
|
1325
|
+
<!-- REPLACE: Front elevation image -->
|
|
1326
|
+
<img src="images/PROPERTY-SLUG-02.webp" alt="The principal elevation of the property">
|
|
1327
|
+
<!-- REPLACE: Image caption — single editorial sentence -->
|
|
1328
|
+
<div class="img-caption">A short editorial caption describing the elevation or photograph.</div>
|
|
1329
|
+
</div>
|
|
1330
|
+
</div>
|
|
1331
|
+
<div class="folio">
|
|
1332
|
+
<span>Property Name · Location</span>
|
|
1333
|
+
<span class="folio-mid">— <em>Of place & pedigree</em> —</span>
|
|
1334
|
+
<span>03</span>
|
|
1335
|
+
</div>
|
|
1336
|
+
</section>
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
<!-- ════════════════════════════════════════════════════
|
|
1340
|
+
SPREAD 04 — A HOUSE AT EASE
|
|
1341
|
+
════════════════════════════════════════════════════ -->
|
|
1342
|
+
<section class="page" data-screen-label="04 House at ease">
|
|
1343
|
+
<img class="print-img" src="page4-print.png" alt="">
|
|
1344
|
+
<!-- Spread layout: large hero image on left, text column on right, three-image caption strip across the bottom. -->
|
|
1345
|
+
<div class="spread spread-2">
|
|
1346
|
+
<div class="hero-img">
|
|
1347
|
+
<!-- REPLACE: Hero image for this spread (open-plan living, kitchen-dining, or main reception) -->
|
|
1348
|
+
<img src="images/PROPERTY-SLUG-04.webp" alt="Hero spread image">
|
|
1349
|
+
</div>
|
|
1350
|
+
<div class="text-col">
|
|
1351
|
+
<div class="ed-eyebrow">Chapter II</div>
|
|
1352
|
+
<div class="ed-rule"></div>
|
|
1353
|
+
<!-- REPLACE: Chapter II headline — keep the <em> on the emphatic word -->
|
|
1354
|
+
<h3 class="ed-headline smaller">A house <em>at ease</em></h3>
|
|
1355
|
+
<!-- REPLACE: Chapter II deck — single sentence, editorial tone -->
|
|
1356
|
+
<p class="ed-deck">A single-sentence editorial deck setting up the chapter.</p>
|
|
1357
|
+
<!-- REPLACE: Chapter II body paragraph 1 — describe the ground-floor flow -->
|
|
1358
|
+
<p class="ed-body" style="margin-top: 12px;">
|
|
1359
|
+
Body paragraph describing the ground floor — reception rooms, kitchen, dining, and how they flow together.
|
|
1360
|
+
</p>
|
|
1361
|
+
<!-- REPLACE: Chapter II body paragraph 2 — pick out one detail with <strong> emphasis -->
|
|
1362
|
+
<p class="ed-body">
|
|
1363
|
+
Closing paragraph picking out one notable feature — a <strong>signature detail</strong> — to anchor the room in the reader's memory.
|
|
1364
|
+
</p>
|
|
1365
|
+
</div>
|
|
1366
|
+
|
|
1367
|
+
<!-- REPLACE: Three-image caption strip. Each cell: image + caption with <strong>lead-in</strong>. -->
|
|
1368
|
+
<div class="strip">
|
|
1369
|
+
<div class="strip-cell">
|
|
1370
|
+
<img src="images/PROPERTY-SLUG-06.webp" alt="Strip image one">
|
|
1371
|
+
<div class="ed-caption"><strong>Lead-in.</strong> One-sentence caption describing this image.</div>
|
|
1372
|
+
</div>
|
|
1373
|
+
<div class="strip-cell">
|
|
1374
|
+
<img src="images/PROPERTY-SLUG-07.webp" alt="Strip image two">
|
|
1375
|
+
<div class="ed-caption"><strong>Lead-in.</strong> One-sentence caption describing this image.</div>
|
|
1376
|
+
</div>
|
|
1377
|
+
<div class="strip-cell">
|
|
1378
|
+
<img src="images/PROPERTY-SLUG-08.webp" alt="Strip image three">
|
|
1379
|
+
<div class="ed-caption"><strong>Lead-in.</strong> One-sentence caption describing this image.</div>
|
|
1380
|
+
</div>
|
|
1381
|
+
</div>
|
|
1382
|
+
</div>
|
|
1383
|
+
<div class="folio">
|
|
1384
|
+
<span>Property Name · Location</span>
|
|
1385
|
+
<span class="folio-mid">— <em>A house at ease</em> —</span>
|
|
1386
|
+
<span>04</span>
|
|
1387
|
+
</div>
|
|
1388
|
+
</section>
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
<!-- ════════════════════════════════════════════════════
|
|
1392
|
+
SPREAD 05 — HALL, HEARTH & SUN
|
|
1393
|
+
════════════════════════════════════════════════════ -->
|
|
1394
|
+
<section class="page" data-screen-label="05 Hall hearth sun">
|
|
1395
|
+
<img class="print-img" src="page5-print.png" alt="">
|
|
1396
|
+
<!-- Spread layout: split header (chapter title left, deck + body right), large left image, two stacked images right. -->
|
|
1397
|
+
<div class="spread spread-3">
|
|
1398
|
+
<div class="head">
|
|
1399
|
+
<div class="left">
|
|
1400
|
+
<div class="ed-eyebrow">Chapter III</div>
|
|
1401
|
+
<div class="ed-rule"></div>
|
|
1402
|
+
<!-- REPLACE: Chapter III headline — two-line, italic emphasis on second line -->
|
|
1403
|
+
<h3 class="ed-headline">Hall, hearth<br><em>& sun</em></h3>
|
|
1404
|
+
</div>
|
|
1405
|
+
<div class="right">
|
|
1406
|
+
<!-- REPLACE: Chapter III deck — single editorial sentence -->
|
|
1407
|
+
<p class="ed-deck" style="margin-top: 0;">A single-sentence editorial deck describing the entrance and the secondary spaces.</p>
|
|
1408
|
+
<!-- REPLACE: Chapter III body — describe entrance hall and a secondary room (study, garden room, etc.) -->
|
|
1409
|
+
<p class="ed-body" style="margin-top: 12px;">
|
|
1410
|
+
Body paragraph describing the <strong>entrance hallway</strong> and a secondary feature room such as a <strong>garden room</strong>, study or sun room — pick out atmosphere, light and use.
|
|
1411
|
+
</p>
|
|
1412
|
+
</div>
|
|
1413
|
+
</div>
|
|
1414
|
+
|
|
1415
|
+
<!-- REPLACE: Large left-side image (an open reception shot or hero room) -->
|
|
1416
|
+
<div class="left-img">
|
|
1417
|
+
<img src="images/PROPERTY-SLUG-05.webp" alt="Open reception or hero room">
|
|
1418
|
+
</div>
|
|
1419
|
+
|
|
1420
|
+
<!-- REPLACE: Two stacked right-side images — entrance hall + secondary room -->
|
|
1421
|
+
<div class="right-stack">
|
|
1422
|
+
<div class="cell">
|
|
1423
|
+
<img src="images/PROPERTY-SLUG-09.webp" alt="Entrance hallway image">
|
|
1424
|
+
</div>
|
|
1425
|
+
<div class="cell">
|
|
1426
|
+
<img src="images/PROPERTY-SLUG-10.webp" alt="Secondary room image">
|
|
1427
|
+
</div>
|
|
1428
|
+
</div>
|
|
1429
|
+
</div>
|
|
1430
|
+
<div class="folio">
|
|
1431
|
+
<span>Property Name · Location</span>
|
|
1432
|
+
<span class="folio-mid">— <em>Hall, hearth & sun</em> —</span>
|
|
1433
|
+
<span>05</span>
|
|
1434
|
+
</div>
|
|
1435
|
+
</section>
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
<!-- ════════════════════════════════════════════════════
|
|
1439
|
+
SPREAD 06 — BEDROOMS & BATHS
|
|
1440
|
+
════════════════════════════════════════════════════ -->
|
|
1441
|
+
<section class="page" data-screen-label="06 Bedrooms baths">
|
|
1442
|
+
<img class="print-img" src="page6-print.png" alt="">
|
|
1443
|
+
<!-- Spread layout: left text column with chapter intro + 3-stat row + closing paragraph; right gallery of 5 cells (one tall, four standard). -->
|
|
1444
|
+
<div class="spread spread-4">
|
|
1445
|
+
<div class="text-side">
|
|
1446
|
+
<div class="ed-eyebrow">Chapter IV</div>
|
|
1447
|
+
<div class="ed-rule"></div>
|
|
1448
|
+
<!-- REPLACE: Chapter IV headline — italic on emphatic word -->
|
|
1449
|
+
<h3 class="ed-headline smaller">Bedrooms<br>& <em>baths</em></h3>
|
|
1450
|
+
<!-- REPLACE: Chapter IV deck — opening sentence on the sleeping floor -->
|
|
1451
|
+
<p class="ed-deck">Editorial deck describing the bedroom floor's character — number of rooms, layout, who it suits.</p>
|
|
1452
|
+
|
|
1453
|
+
<!-- REPLACE: Body paragraph 1 — outlooks, glazing, principal bedroom location -->
|
|
1454
|
+
<p class="ed-body" style="margin-top: 14px;">
|
|
1455
|
+
Body paragraph describing aspects, glazing and the position of the principal bedroom.
|
|
1456
|
+
</p>
|
|
1457
|
+
|
|
1458
|
+
<!-- REPLACE: Three stats — bedrooms, bathrooms, and one specific feature (loft sq ft, dressing area, etc.) -->
|
|
1459
|
+
<div style="margin-top: 14px; display: grid; gap: 10px;">
|
|
1460
|
+
<div class="ed-stat"><div class="v">N <em>bedrooms</em></div><div class="l">Short qualifying line</div></div>
|
|
1461
|
+
<div class="ed-stat"><div class="v">N <em>bathrooms</em></div><div class="l">Short qualifying line</div></div>
|
|
1462
|
+
<div class="ed-stat"><div class="v">000 <em>sq ft</em></div><div class="l">Loft / extension scope</div></div>
|
|
1463
|
+
</div>
|
|
1464
|
+
|
|
1465
|
+
<!-- REPLACE: Body paragraph 2 — a closing thought, often the loft / scope to extend -->
|
|
1466
|
+
<p class="ed-body" style="margin-top: 14px;">
|
|
1467
|
+
Closing paragraph — a <strong>standout feature</strong> on this floor (loft, dressing room, principal suite) and what it could become.
|
|
1468
|
+
</p>
|
|
1469
|
+
</div>
|
|
1470
|
+
|
|
1471
|
+
<!-- REPLACE: Five-cell gallery. The first cell is "tall" (occupies two rows). Use principal bedroom as the tall feature; the four standard cells mix bedrooms and bathrooms. -->
|
|
1472
|
+
<div class="gallery">
|
|
1473
|
+
<div class="cell tall">
|
|
1474
|
+
<img src="images/PROPERTY-SLUG-13.webp" alt="Principal bedroom (tall feature)">
|
|
1475
|
+
</div>
|
|
1476
|
+
<div class="cell">
|
|
1477
|
+
<img src="images/PROPERTY-SLUG-15.webp" alt="Bedroom two">
|
|
1478
|
+
</div>
|
|
1479
|
+
<div class="cell">
|
|
1480
|
+
<img src="images/PROPERTY-SLUG-18.webp" alt="Bedroom three">
|
|
1481
|
+
</div>
|
|
1482
|
+
<div class="cell">
|
|
1483
|
+
<img src="images/PROPERTY-SLUG-19.webp" alt="Family bathroom">
|
|
1484
|
+
</div>
|
|
1485
|
+
<div class="cell">
|
|
1486
|
+
<img src="images/PROPERTY-SLUG-14.webp" alt="Secondary bathroom or shower room">
|
|
1487
|
+
</div>
|
|
1488
|
+
</div>
|
|
1489
|
+
</div>
|
|
1490
|
+
<div class="folio">
|
|
1491
|
+
<span>Property Name · Location</span>
|
|
1492
|
+
<span class="folio-mid">— <em>Bedrooms & baths</em> —</span>
|
|
1493
|
+
<span>06</span>
|
|
1494
|
+
</div>
|
|
1495
|
+
</section>
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
<!-- ════════════════════════════════════════════════════
|
|
1499
|
+
SPREAD 07 — THE ANNEXE
|
|
1500
|
+
════════════════════════════════════════════════════ -->
|
|
1501
|
+
<section class="page" data-screen-label="07 Annexe">
|
|
1502
|
+
<img class="print-img" src="page7-print.png" alt="">
|
|
1503
|
+
<!-- Feature spread: full-bleed image left + narrow text panel right.
|
|
1504
|
+
Use this for ONE distinctive property feature — annexe, studio, outbuilding, separate cottage, garden office.
|
|
1505
|
+
If the property has no such feature, repurpose this spread for whatever the property's standout chapter is
|
|
1506
|
+
(e.g. the principal suite, the kitchen, the gallery wing). -->
|
|
1507
|
+
<div class="feature-page">
|
|
1508
|
+
<div class="photo">
|
|
1509
|
+
<!-- REPLACE: Feature image -->
|
|
1510
|
+
<img src="images/PROPERTY-SLUG-15.webp" alt="Feature image">
|
|
1511
|
+
<!-- REPLACE: Single editorial caption beneath the image -->
|
|
1512
|
+
<div class="photo-caption">A single editorial sentence framing the feature.</div>
|
|
1513
|
+
</div>
|
|
1514
|
+
<div class="panel">
|
|
1515
|
+
<!-- REPLACE: Chapter V eyebrow — "Chapter V · The feature name" -->
|
|
1516
|
+
<div class="ed-eyebrow">Chapter V · Feature name</div>
|
|
1517
|
+
<div class="ed-rule"></div>
|
|
1518
|
+
<!-- REPLACE: Chapter V headline — italic emphasis -->
|
|
1519
|
+
<h3 class="ed-headline smaller">A standout <em>feature<br>headline</em></h3>
|
|
1520
|
+
<!-- REPLACE: Chapter V deck -->
|
|
1521
|
+
<p class="ed-deck" style="margin-top: 12px;">A single sentence framing why this feature matters.</p>
|
|
1522
|
+
|
|
1523
|
+
<!-- REPLACE: Chapter V body — describe the feature, its layout, its use cases -->
|
|
1524
|
+
<p class="ed-body" style="margin-top: 14px;">
|
|
1525
|
+
Body paragraph describing the feature in detail — what it contains, how it's used, why it works in <em>practice</em> rather than just in principle.
|
|
1526
|
+
</p>
|
|
1527
|
+
|
|
1528
|
+
<!-- REPLACE: Four attribute pairs describing the feature.
|
|
1529
|
+
Adapt key/value labels to fit (e.g. for a studio: "Footprint", "Use", "Power", "Access"). -->
|
|
1530
|
+
<div class="attr-grid">
|
|
1531
|
+
<div class="attr">
|
|
1532
|
+
<div class="k">Key</div>
|
|
1533
|
+
<div class="v">Value description</div>
|
|
1534
|
+
</div>
|
|
1535
|
+
<div class="attr">
|
|
1536
|
+
<div class="k">Key</div>
|
|
1537
|
+
<div class="v">Value description</div>
|
|
1538
|
+
</div>
|
|
1539
|
+
<div class="attr">
|
|
1540
|
+
<div class="k">Key</div>
|
|
1541
|
+
<div class="v">Value description</div>
|
|
1542
|
+
</div>
|
|
1543
|
+
<div class="attr">
|
|
1544
|
+
<div class="k">Key</div>
|
|
1545
|
+
<div class="v">Value description</div>
|
|
1546
|
+
</div>
|
|
1547
|
+
</div>
|
|
1548
|
+
</div>
|
|
1549
|
+
</div>
|
|
1550
|
+
<div class="folio">
|
|
1551
|
+
<span>Property Name · Location</span>
|
|
1552
|
+
<span class="folio-mid">— <em>Feature name</em> —</span>
|
|
1553
|
+
<span>07</span>
|
|
1554
|
+
</div>
|
|
1555
|
+
</section>
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
<!-- ════════════════════════════════════════════════════
|
|
1559
|
+
SPREAD 08 — GARDEN & GROUND
|
|
1560
|
+
════════════════════════════════════════════════════ -->
|
|
1561
|
+
<section class="page" data-screen-label="08 Garden ground">
|
|
1562
|
+
<img class="print-img" src="page8-print.png" alt="">
|
|
1563
|
+
<!-- Spread layout: full-bleed top hero (aerial / drone / wide garden) with overlaid chapter title;
|
|
1564
|
+
four short-text panels along the bottom acting as captions for different aspects of the outside. -->
|
|
1565
|
+
<div class="spread spread-6">
|
|
1566
|
+
<div class="top-image">
|
|
1567
|
+
<!-- REPLACE: Aerial / drone / wide garden hero image -->
|
|
1568
|
+
<img src="images/PROPERTY-SLUG-24.webp" alt="Aerial or wide garden image">
|
|
1569
|
+
<div class="overlay">
|
|
1570
|
+
<div class="ed-eyebrow">Chapter VI</div>
|
|
1571
|
+
<div class="ed-rule"></div>
|
|
1572
|
+
<!-- REPLACE: Chapter VI headline — two-line, italic on second line -->
|
|
1573
|
+
<h3 class="ed-headline">Garden,<br>plot <em>& planning</em></h3>
|
|
1574
|
+
</div>
|
|
1575
|
+
</div>
|
|
1576
|
+
|
|
1577
|
+
<!-- REPLACE: Four short panels — each a sub-heading + 1-2 sentence body.
|
|
1578
|
+
Sub-headings should sit in <h4>The <em>topic</em> sub</h4> form.
|
|
1579
|
+
Common topics: rear garden, side plot, scope to extend, ancillary buildings, parking, planning. -->
|
|
1580
|
+
<div class="bottom">
|
|
1581
|
+
<h4>The <em>rear</em> garden</h4>
|
|
1582
|
+
<p class="ed-body">Short paragraph describing layout, planting, lawn, terraces.</p>
|
|
1583
|
+
</div>
|
|
1584
|
+
<div class="bottom">
|
|
1585
|
+
<h4>The <em>front</em> & approach</h4>
|
|
1586
|
+
<p class="ed-body">Short paragraph describing approach, driveway, parking, frontage.</p>
|
|
1587
|
+
</div>
|
|
1588
|
+
<div class="bottom">
|
|
1589
|
+
<h4>Scope to <em>extend</em></h4>
|
|
1590
|
+
<p class="ed-body">Short paragraph describing planning, plots, scope to extend (or remove if not applicable).</p>
|
|
1591
|
+
</div>
|
|
1592
|
+
<div class="bottom">
|
|
1593
|
+
<h4>The <em>ancillary</em></h4>
|
|
1594
|
+
<p class="ed-body">Short paragraph describing garage, outbuildings, EV point, services.</p>
|
|
1595
|
+
</div>
|
|
1596
|
+
</div>
|
|
1597
|
+
<div class="folio">
|
|
1598
|
+
<span>Property Name · Location</span>
|
|
1599
|
+
<span class="folio-mid">— <em>Garden & ground</em> —</span>
|
|
1600
|
+
<span>08</span>
|
|
1601
|
+
</div>
|
|
1602
|
+
</section>
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
<!-- ════════════════════════════════════════════════════
|
|
1606
|
+
SPREAD 09 — PLAN & PARTICULARS
|
|
1607
|
+
════════════════════════════════════════════════════ -->
|
|
1608
|
+
<section class="page" data-screen-label="09 Plan particulars">
|
|
1609
|
+
<img class="print-img" src="page9-print.png" alt="">
|
|
1610
|
+
<!-- Spread layout: full-width chapter header along the top, large floor plan area on the left,
|
|
1611
|
+
particulars list + EPC block on the right. -->
|
|
1612
|
+
<div class="spread spread-7">
|
|
1613
|
+
<div class="header">
|
|
1614
|
+
<div class="ed-eyebrow">Chapter VII · Plan & particulars</div>
|
|
1615
|
+
<div class="ed-rule"></div>
|
|
1616
|
+
<!-- REPLACE: Chapter VII headline — italic on emphatic phrase -->
|
|
1617
|
+
<h3 class="ed-headline smaller">All floors <em>at a glance</em></h3>
|
|
1618
|
+
</div>
|
|
1619
|
+
|
|
1620
|
+
<div class="plan-area">
|
|
1621
|
+
<!-- REPLACE: Floor plan image (composite of all floors) -->
|
|
1622
|
+
<img src="images/PROPERTY-SLUG-25.webp" alt="Floor plans, all floors">
|
|
1623
|
+
<!-- REPLACE: Floor area meta — total sq ft / sq m + qualifying sub-line -->
|
|
1624
|
+
<div class="meta">
|
|
1625
|
+
<div class="lead">Total floor area · <em>0,000 sq ft</em> · 000 sq m</div>
|
|
1626
|
+
<div class="sub">Qualifying line — loft, garage, outbuildings, etc.</div>
|
|
1627
|
+
</div>
|
|
1628
|
+
</div>
|
|
1629
|
+
|
|
1630
|
+
<div class="spec-side">
|
|
1631
|
+
<div class="ed-eyebrow" style="margin-bottom: 6px;">Particulars</div>
|
|
1632
|
+
<!-- REPLACE: Particulars list — eight to ten lower-case Roman-numerated headline features.
|
|
1633
|
+
Keep <strong> on the headline phrase, then a short qualifying clause. -->
|
|
1634
|
+
<ol class="spec-list">
|
|
1635
|
+
<li><span class="num">i</span><span><strong>Headline feature one</strong> with a short qualifier</span></li>
|
|
1636
|
+
<li><span class="num">ii</span><span><strong>Headline feature two</strong> with a short qualifier</span></li>
|
|
1637
|
+
<li><span class="num">iii</span><span><strong>Headline feature three</strong> with a short qualifier</span></li>
|
|
1638
|
+
<li><span class="num">iv</span><span><strong>Headline feature four</strong> with a short qualifier</span></li>
|
|
1639
|
+
<li><span class="num">v</span><span><strong>Headline feature five</strong> with a short qualifier</span></li>
|
|
1640
|
+
<li><span class="num">vi</span><span><strong>Headline feature six</strong> with a short qualifier</span></li>
|
|
1641
|
+
<li><span class="num">vii</span><span><strong>Headline feature seven</strong> with a short qualifier</span></li>
|
|
1642
|
+
<li><span class="num">viii</span><span><strong>Headline feature eight</strong> with a short qualifier</span></li>
|
|
1643
|
+
<li><span class="num">ix</span><span><strong>Headline feature nine</strong> with a short qualifier</span></li>
|
|
1644
|
+
</ol>
|
|
1645
|
+
|
|
1646
|
+
<div class="epc-block">
|
|
1647
|
+
<!-- REPLACE: EPC title — replace " · EPC pending" with " · EPC <RATING>" or "· Rated B" once known -->
|
|
1648
|
+
<div class="epc-title">Energy & environment <em>· EPC pending</em></div>
|
|
1649
|
+
<!-- REPLACE: EPC bar chart — add the "current" class to the correct band:
|
|
1650
|
+
<div class="epc-bar c current">C</div> -->
|
|
1651
|
+
<div class="epc-bars">
|
|
1652
|
+
<div class="epc-bar a">A</div>
|
|
1653
|
+
<div class="epc-bar b">B</div>
|
|
1654
|
+
<div class="epc-bar c">C</div>
|
|
1655
|
+
<div class="epc-bar d">D</div>
|
|
1656
|
+
<div class="epc-bar e">E</div>
|
|
1657
|
+
<div class="epc-bar f">F</div>
|
|
1658
|
+
<div class="epc-bar g">G</div>
|
|
1659
|
+
</div>
|
|
1660
|
+
<!-- REPLACE: Energy caption — short note on heating, solar, running costs -->
|
|
1661
|
+
<p class="ed-caption" style="margin-top: 8px;">
|
|
1662
|
+
A short editorial caption on the property's energy story — heating system, insulation, solar, EV.
|
|
1663
|
+
</p>
|
|
1664
|
+
</div>
|
|
1665
|
+
</div>
|
|
1666
|
+
</div>
|
|
1667
|
+
<div class="folio">
|
|
1668
|
+
<span>Property Name · Location</span>
|
|
1669
|
+
<span class="folio-mid">— <em>Plan & particulars</em> —</span>
|
|
1670
|
+
<span>09</span>
|
|
1671
|
+
</div>
|
|
1672
|
+
</section>
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
<!-- ════════════════════════════════════════════════════
|
|
1676
|
+
SPREAD 10 — MATERIAL INFORMATION
|
|
1677
|
+
════════════════════════════════════════════════════ -->
|
|
1678
|
+
<section class="page" data-screen-label="10 Material information">
|
|
1679
|
+
<img class="print-img" src="page10-print.png" alt="">
|
|
1680
|
+
<div class="mi-page">
|
|
1681
|
+
<div class="mi-head">
|
|
1682
|
+
<div>
|
|
1683
|
+
<div class="ed-eyebrow">Chapter VIII · Disclosure</div>
|
|
1684
|
+
<div class="ed-rule"></div>
|
|
1685
|
+
<h3 class="ed-headline smaller">Material <em>information</em></h3>
|
|
1686
|
+
</div>
|
|
1687
|
+
<!-- Disclosure intro paragraph — DO NOT EDIT (boilerplate compliance text). -->
|
|
1688
|
+
<div class="mi-intro">
|
|
1689
|
+
Provided in accordance with the Consumer Protection from Unfair Trading Regulations 2008, the Digital Markets, Competition and Consumers Act 2024, and National Trading Standards guidance on material information in property listings.
|
|
1690
|
+
</div>
|
|
1691
|
+
</div>
|
|
1692
|
+
|
|
1693
|
+
<!-- REPLACE: Three-part Material Information disclosure (UK regulatory).
|
|
1694
|
+
Update each <span class="v"> with the actual property value; mark unknowns "TBC".
|
|
1695
|
+
Add or remove rows as appropriate, but do not collapse the three-section structure. -->
|
|
1696
|
+
<div class="mi-grid">
|
|
1697
|
+
<div class="mi-section">
|
|
1698
|
+
<div class="mi-label">Part A · Material to all transactions</div>
|
|
1699
|
+
<div class="mi-row"><span class="k">Asking Price</span><span class="v">£0,000,000</span></div>
|
|
1700
|
+
<div class="mi-row"><span class="k">Tenure</span><span class="v">TBC</span></div>
|
|
1701
|
+
<div class="mi-row"><span class="k">Council Tax Band</span><span class="v">TBC</span></div>
|
|
1702
|
+
<div class="mi-row"><span class="k">Property Type</span><span class="v">TBC</span></div>
|
|
1703
|
+
<div class="mi-row"><span class="k">Bedrooms</span><span class="v">N</span></div>
|
|
1704
|
+
<div class="mi-row"><span class="k">Bathrooms</span><span class="v">N</span></div>
|
|
1705
|
+
<div class="mi-row"><span class="k">Receptions</span><span class="v">N</span></div>
|
|
1706
|
+
<div class="mi-row"><span class="k">Floor Area</span><span class="v">0,000 sq ft</span></div>
|
|
1707
|
+
<div class="mi-row"><span class="k">Heating</span><span class="v">TBC</span></div>
|
|
1708
|
+
<div class="mi-row"><span class="k">Electricity</span><span class="v">TBC</span></div>
|
|
1709
|
+
<div class="mi-row"><span class="k">Broadband</span><span class="v">TBC</span></div>
|
|
1710
|
+
<div class="mi-row"><span class="k">Mobile Signal</span><span class="v">TBC</span></div>
|
|
1711
|
+
<div class="mi-row"><span class="k">Parking</span><span class="v">TBC</span></div>
|
|
1712
|
+
<div class="mi-row"><span class="k">EV Charging</span><span class="v">TBC</span></div>
|
|
1713
|
+
<div class="mi-row"><span class="k">EPC</span><span class="v">TBC</span></div>
|
|
1714
|
+
</div>
|
|
1715
|
+
|
|
1716
|
+
<div class="mi-section">
|
|
1717
|
+
<div class="mi-label">Part B · Where applicable</div>
|
|
1718
|
+
<div class="mi-row"><span class="k">Building Safety</span><span class="v">TBC</span></div>
|
|
1719
|
+
<div class="mi-row"><span class="k">Restrictive Covenants</span><span class="v">TBC</span></div>
|
|
1720
|
+
<div class="mi-row"><span class="k">Rights of Way</span><span class="v">TBC</span></div>
|
|
1721
|
+
<div class="mi-row"><span class="k">Easements</span><span class="v">TBC</span></div>
|
|
1722
|
+
<div class="mi-row"><span class="k">Listed Building</span><span class="v">TBC</span></div>
|
|
1723
|
+
<div class="mi-row"><span class="k">Conservation Area</span><span class="v">TBC</span></div>
|
|
1724
|
+
<div class="mi-row"><span class="k">Tree Preservation</span><span class="v">TBC</span></div>
|
|
1725
|
+
<div class="mi-row"><span class="k">Accessibility</span><span class="v">TBC</span></div>
|
|
1726
|
+
<div class="mi-row"><span class="k">Sewerage</span><span class="v">TBC</span></div>
|
|
1727
|
+
<div class="mi-row"><span class="k">Water Supply</span><span class="v">TBC</span></div>
|
|
1728
|
+
<div class="mi-row"><span class="k">Property-specific</span><span class="v">TBC</span></div>
|
|
1729
|
+
<div class="mi-row"><span class="k">Property-specific</span><span class="v">TBC</span></div>
|
|
1730
|
+
</div>
|
|
1731
|
+
|
|
1732
|
+
<div class="mi-section">
|
|
1733
|
+
<div class="mi-label">Part C · Additional material facts</div>
|
|
1734
|
+
<div class="mi-row"><span class="k">Flood Risk</span><span class="v">TBC</span></div>
|
|
1735
|
+
<div class="mi-row"><span class="k">Coastal Erosion</span><span class="v">TBC</span></div>
|
|
1736
|
+
<div class="mi-row"><span class="k">Planning</span><span class="v">TBC</span></div>
|
|
1737
|
+
<div class="mi-row"><span class="k">Construction</span><span class="v">TBC</span></div>
|
|
1738
|
+
<div class="mi-row"><span class="k">Structural</span><span class="v">TBC</span></div>
|
|
1739
|
+
<div class="mi-row"><span class="k">Subsidence</span><span class="v">TBC</span></div>
|
|
1740
|
+
<div class="mi-row"><span class="k">Damp</span><span class="v">TBC</span></div>
|
|
1741
|
+
<div class="mi-row"><span class="k">Asbestos</span><span class="v">TBC</span></div>
|
|
1742
|
+
<div class="mi-row"><span class="k">Japanese Knotweed</span><span class="v">TBC</span></div>
|
|
1743
|
+
<div class="mi-row"><span class="k">Mining</span><span class="v">TBC</span></div>
|
|
1744
|
+
<div class="mi-row"><span class="k">Electrical Cert.</span><span class="v">TBC</span></div>
|
|
1745
|
+
<div class="mi-row"><span class="k">Property-specific</span><span class="v">TBC</span></div>
|
|
1746
|
+
</div>
|
|
1747
|
+
</div>
|
|
1748
|
+
|
|
1749
|
+
<!-- Disclosure footer — keep boilerplate; tweak only if your jurisdiction requires different wording. -->
|
|
1750
|
+
<div class="mi-foot">
|
|
1751
|
+
The agent has made reasonable enquiries to verify this information; prospective purchasers should satisfy themselves as to its accuracy through their own legal and survey processes. Items marked TBC will be confirmed by the seller's solicitor.
|
|
1752
|
+
</div>
|
|
1753
|
+
</div>
|
|
1754
|
+
<div class="folio">
|
|
1755
|
+
<span>Property Name · Location</span>
|
|
1756
|
+
<span class="folio-mid">— <em>Material information</em> —</span>
|
|
1757
|
+
<span>10</span>
|
|
1758
|
+
</div>
|
|
1759
|
+
</section>
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
<!-- ════════════════════════════════════════════════════
|
|
1763
|
+
BACK PAGE
|
|
1764
|
+
════════════════════════════════════════════════════ -->
|
|
1765
|
+
<section class="page backpage" data-screen-label="11 Back page">
|
|
1766
|
+
<img class="print-img" src="backpage-print.png" alt="">
|
|
1767
|
+
<!-- REPLACE: Back-page background image — wide, atmospheric, golden-hour feel. -->
|
|
1768
|
+
<div class="bg">
|
|
1769
|
+
<img src="images/PROPERTY-SLUG-26.webp" alt="Atmospheric rear or aerial image at golden hour">
|
|
1770
|
+
</div>
|
|
1771
|
+
<div class="backpage-frame"></div>
|
|
1772
|
+
|
|
1773
|
+
<div class="backpage-inner">
|
|
1774
|
+
<!-- REPLACE: Brand masthead — use the brand logo (white/light variant for the dark back image). -->
|
|
1775
|
+
<div class="back-mast">
|
|
1776
|
+
<img src="images/BRAND-LOGO-LIGHT.png" alt="BRAND">
|
|
1777
|
+
<span class="pipe"></span>
|
|
1778
|
+
<span class="label">Property Folio</span>
|
|
1779
|
+
</div>
|
|
1780
|
+
|
|
1781
|
+
<!-- REPLACE: Back-page CTA headline — italic on property name -->
|
|
1782
|
+
<h2 class="back-headline">Arrange a viewing of <em>Property Name</em></h2>
|
|
1783
|
+
|
|
1784
|
+
<!-- REPLACE: Back-page tagline — one-sentence summary echoing the cover -->
|
|
1785
|
+
<p class="back-tagline">A short editorial summary of the property's headline features — best understood in person.</p>
|
|
1786
|
+
|
|
1787
|
+
<div class="back-rule"></div>
|
|
1788
|
+
|
|
1789
|
+
<!-- REPLACE: Two contact panels — agent + office. -->
|
|
1790
|
+
<div class="back-contact-grid">
|
|
1791
|
+
<div class="cell">
|
|
1792
|
+
<div class="k">The Agent</div>
|
|
1793
|
+
<div class="name"><em>First</em> Last</div>
|
|
1794
|
+
<div class="line">
|
|
1795
|
+
Phone number<br>
|
|
1796
|
+
email@brand.co.uk
|
|
1797
|
+
</div>
|
|
1798
|
+
</div>
|
|
1799
|
+
<div class="cell">
|
|
1800
|
+
<div class="k">The Office</div>
|
|
1801
|
+
<div class="name">BRAND · <em>Town</em></div>
|
|
1802
|
+
<div class="line">
|
|
1803
|
+
Address line 1<br>
|
|
1804
|
+
Town · County POSTCODE
|
|
1805
|
+
</div>
|
|
1806
|
+
</div>
|
|
1807
|
+
</div>
|
|
1808
|
+
</div>
|
|
1809
|
+
|
|
1810
|
+
<!-- REPLACE: Back-page footer — folio number on left, edition / season on right -->
|
|
1811
|
+
<div class="back-foot">
|
|
1812
|
+
<div class="left">Folio № <em>0000000</em></div>
|
|
1813
|
+
<div class="right">Season · YEAR</div>
|
|
1814
|
+
</div>
|
|
1815
|
+
|
|
1816
|
+
<!-- Back-page disclaimer — keep boilerplate; adjust the closing planning sentence
|
|
1817
|
+
to match the property's actual planning status (or remove if not applicable). -->
|
|
1818
|
+
<div class="back-disclaimer">
|
|
1819
|
+
These particulars, whilst believed to be accurate, are set out as a general outline only for guidance and do not constitute any part of an offer or contract. Intending purchasers should not rely on them as statements or representations of fact, but must satisfy themselves by inspection or otherwise as to their accuracy. All measurements are approximate and floor plans not to scale.
|
|
1820
|
+
</div>
|
|
1821
|
+
</section>
|
|
1822
|
+
|
|
1823
|
+
</body>
|
|
1824
|
+
</html>
|